 | PdfiumIsFullAPI Property |
Determines whether the engine is initialized in full API mode.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool IsFullAPI { get; }
Public Shared ReadOnly Property IsFullAPI As Boolean
Get
public:
static property bool IsFullAPI {
bool get ();
}
static member IsFullAPI : bool with get
/** @property */
public static boolean get_IsFullAPI()
Patagames.Pdf.Pdfium.get_IsFullAPI = function();
Property Value
Boolean
Remarks
true if all features are available; false - if LITE features are available only.
See Also