 | PdfiumIsStaticCallbacks Property |
Determines whether the engine is compiled with static callbacks.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool IsStaticCallbacks { get; }Public Shared ReadOnly Property IsStaticCallbacks As Boolean
Get
public:
static property bool IsStaticCallbacks {
bool get ();
}static member IsStaticCallbacks : bool with get
/** @property */
public static boolean get_IsStaticCallbacks()
Patagames.Pdf.Pdfium.get_IsStaticCallbacks = function();
Property Value
Boolean
Remarks
true if a trial mode; false otherwise.
See Also