Class License
Inheritance
System.Object
License
Assembly: IronQr.dll
Syntax
public static class License : Object
Properties
IsLicensed
Declaration
public static bool IsLicensed { get; }
Property Value
Type |
Description |
System.Boolean |
|
LicenseKey
Declaration
public static string LicenseKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
DisableAppAnalytics()
Declaration
public static void DisableAppAnalytics()
IsValidLicense(String)
Declaration
public static bool IsValidLicense(string licenseKey)
Parameters
Type |
Name |
Description |
System.String |
licenseKey |
|
Returns
Type |
Description |
System.Boolean |
|