Click or drag to resize
BarcodeScannerApplySettings Method
Apply scan settings to the barcode scanner.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public void ApplySettings(
	BarcodeScannerSettings settings
)

Parameters

settings
Type: Scandit.RecognitionBarcodeScannerSettings
The new settings to be applied.
Remarks
The scan settings take effect immediately and are used for the next processed frame.
See Also