Class License
A static class providing everything needed to configure the licensing of IronOCR
Inheritance
System.Object
License
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class License : Object
Constructors
License()
Declaration
public License()
Properties
IsLicensed
Determines whether this instance of IronOcr is Licensed. Will return false unless a LicenseKey is set to a valid trial or full license key in IronOcr.Installation.LicenseKey, Web.Config , App.Config or appsettings.json in .Net Core.
Declaration
public static bool IsLicensed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LicenseKey
Removes watermarks. Get Licensed at https://ironsoftware.com/
Declaration
public static string LicenseKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
IsValidLicense(String)
Checks if a given license key is valid for use with IronOCR.
Declaration
public static bool IsValidLicense(string LicenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | LicenseKey | Full License Key provided as a string. |
Returns
Type | Description |
---|---|
System.Boolean | True when a valid key is given. |