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