ASP.NET Barcode SDK Component

LicenseKey

 

Set the license key which unlocks the SDK Component from demo mode. Otherwise it will expired. This License key is supplied by the vendor.

LicenseKey[=int]


Parameter
int
the value of licensekey.

Remark
This property is Read/Write.

Example

   

C#
BarcodeReader reader= new BarcodeReader();
reader.LicenseKey = 123;