| PdfPageIsAvailable Property |
Gets a value that represents that whether the content of the current PDF page is available.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool IsAvailable { get; }
Public ReadOnly Property IsAvailable As Boolean
Get
public:
property bool IsAvailable {
bool get ();
}
member IsAvailable : bool with get
/** @property */
public boolean get_IsAvailable()
function get_IsAvailable();
Property Value
BooleanSee Also