Click or drag to resize
BarcodePicker Constructor (String, ScanSettings)
Constructor to instantiate programmatically.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public BarcodePicker(
	string licenseKey,
	ScanSettings settings
)

Parameters

licenseKey
Type: SystemString
The Scandit BarcodeScanner license key you can obtain from your Scandit account.
settings
Type: Scandit.BarcodePickerScanSettings
The barcode scanner settings to use. These settings allow to control what types of barcode (symbologies) are to be scanned and allow to configure other scanning-related parameters such as active scanning area.
See Also