Click or drag to resize

BarcodeScannerSettingsGetProperty Method

Get 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 GetProperty(
	string key
)

Parameters

key
Type: SystemString
The parameter name.

Return Value

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

Custom properties are used for features of the barcode scanner that are not yet part of the public API. As such they can disappear in one of the next releases or change meaning. Use with caution.

Only properties of previous calls to SetProperty(String, Int32) are returned here.

Version Information

Supported in: 1.0
See Also