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: 5.19.3.10 (5.19.3.10)
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.
Version Information

Supported in: 1.0
See Also