Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocDocumentViewer ActiveView { get; set; }
Public Property ActiveView As DocDocumentViewer
	Get
	Set
public:
property DocDocumentViewer^ ActiveView {
	DocDocumentViewer^ get ();
	void set (DocDocumentViewer^ value);
}
member ActiveView : DocDocumentViewer with get, set

Property Value

DocDocumentViewer

See Also