Whether document have loaded.

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# 
public bool IsDocumentLoaded { get; }
Public ReadOnly Property IsDocumentLoaded As Boolean
	Get
public:
property bool IsDocumentLoaded {
	bool get ();
}
member IsDocumentLoaded : bool with get

Property Value

Boolean

See Also