DocumentIsLicensed Property |
Gets licensed state of the system. Returns true is system works in licensed mode and false otherwise.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic static bool IsLicensed { get; }
Public Shared ReadOnly Property IsLicensed As Boolean
Get
public:
static property bool IsLicensed {
bool get ();
}
static member IsLicensed : bool with get
Property Value
Type:
Boolean
See Also