Click or drag to resize
ScanSettingsGetProperty Method
Get custom property previously set on the scanner settings.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
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.

See Also