 | PdfCommonIsInitialize Property |
Determines whether the engine is initialized
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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.Net.PdfCommon.get_IsInitialize = function();
Property Value
Boolean
See Also