Click or drag to resize
BarcodeScannerSettingsItem Property
Get/set custom property previously set on the scanner settings.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public int this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The parameter/property name.

Return Value

Type: Int32
The value of the property. Will return -1 for properties that are not defined.
See Also