Class LicenseManager
public static class LicenseManager
- Inheritance
-
LicenseManager
- Inherited Members
Properties
LicensedCompany
public static string LicensedCompany { get; }
Property Value
LicensedExpiryUtc
public static DateTime LicensedExpiryUtc { get; }
Property Value
LicensedType
public static LicenseType LicensedType { get; }
Property Value
Methods
SetLicense(string)
public static void SetLicense(string key)
Parameters
keystring
Validate()
Call this method inside your library methods (e.g. inside SavePdf, AddPage, etc)
public static void Validate()