LicenseKeys Property
Description
Gets or sets the license key(s) which is a string.
Syntax
public string LicenseKeys{get; set;}
Data type
string
Example
BarcodeReader reader = new BarcodeReader();
reader.LicenseKeys = "88FFAA09C42D5DE******";