 | PdfPageIsParsed Property |
Gets a value indicating whether the page content has been parsed.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic bool IsParsed { get; }
Public ReadOnly Property IsParsed As Boolean
Get
public:
property bool IsParsed {
bool get ();
}
member IsParsed : bool with get
/** @property */
public boolean get_IsParsed()
Property Value
Type:
Boolean
See Also