 | PdfPageIsLoaded Property |
Gets a value indicating whether the page has been loaded.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic 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
Boolean
See Also