Bind document viewer.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This method may be removed in the future,please use the prperty of ActiveView.")]
public void Initialize(
	PdfDocumentViewer view
)
<ObsoleteAttribute("This method may be removed in the future,please use the prperty of ActiveView.")> 
Public Sub Initialize ( 
	view As PdfDocumentViewer
)
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the prperty of ActiveView.")]
void Initialize(
	PdfDocumentViewer^ view
)
[<ObsoleteAttribute("This method may be removed in the future,please use the prperty of ActiveView.")>]
member Initialize : 
        view : PdfDocumentViewer -> unit 

Parameters

view
PdfDocumentViewer
Document viewer.

See Also