| PdfPageIsParsed Property |
Gets a value indicating whether the page content has been parsed.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public 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
BooleanSee Also