| PdfPageIsLoaded Property |
Gets a value indicating whether the page has been loaded.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
public:
property bool IsLoaded {
bool get ();
}
member IsLoaded : bool with get
/** @property */
public boolean get_IsLoaded()
Property Value
BooleanSee Also