 | OcrApiLicenseKey Property |
Gets or sets license key. Null for trial mode.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic static string LicenseKey { get; set; }Public Shared Property LicenseKey As String
Get
Set
public:
static property String^ LicenseKey {
String^ get ();
void set (String^ value);
}static member LicenseKey : string with get, set
/** @property */
public static String get_LicenseKey()
/** @property */
public static void set_LicenseKey(String value)
Patagames.Ocr.OcrApi.get_LicenseKey = function();
Patagames.Ocr.OcrApi.set_LicenseKey = function(value);
Property Value
String
See Also