Click or drag to resize

ScanditLicense Class

Static helper class for specifying the Scandit License Key
Inheritance Hierarchy
SystemObject
  Scandit.BarcodePickerScanditLicense

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public static class ScanditLicense

The ScanditLicense type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppKey
The application key to use for the barcode picker.
Public propertyStatic memberExternalId
Customer defined id that is verified in the license key. Optional feature for resellers of the SDK.
Top
Remarks

Before using the BarcodePicker, you must set the application key to the key you have obtained from the Scandit website. If you do not do this, license registration will fail and you will not be able to use the barcode picker. Setting the license key itself does not activate the device yet. Device activation only happens when a barcode picker is used for the first time. So it is safe to set the license key at application start, irrespective of whether the user is going to scan barcodes or not.

Note that currently it is not possible to change the app key after a picker has been instantiated. Only the app key set when the first picker is instantiated will be used. You will have to close the application and restart it before changing the app key.

Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also