 | PdfPageIsLoaded Property |
Gets a value indicating whether the page has been loaded.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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
Type:
Boolean
See Also