Click or drag to resize
ScanSettings Constructor (BarcodeScannerSettings)
Create new scan settings from barcode scanner settings instance

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.10.0.10 (5.10.0.10)
Syntax
public ScanSettings(
	BarcodeScannerSettings settings
)

Parameters

settings
Type: Scandit.RecognitionBarcodeScannerSettings
Remarks
Use this constructor to create a new scan settings instance from an existing barcode scanner settings instance. Note that some of the properties, e.g. active scanning area etc. are ignored.
See Also