 | PdfiumIsInitialize Property |
Determines whether the engine is initialized
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool IsInitialize { get; }
Public Shared ReadOnly Property IsInitialize As Boolean
Get
public:
static property bool IsInitialize {
bool get ();
}
static member IsInitialize : bool with get
/** @property */
public static boolean get_IsInitialize()
Patagames.Pdf.Pdfium.get_IsInitialize = function();
Property Value
Boolean
See Also