Click or drag to resize

BarcodePickerApplySettingsAsync Method

Apply new scan settings to the barcode picker.

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public IAsyncAction ApplySettingsAsync(
	ScanSettings settings
)

Parameters

settings
Type: Scandit.BarcodePickerScanSettings
The new scan settings

Return Value

Type: IAsyncAction
Action that completes when the settings have been applied. Every frame processed after the settings have been applied will use the new settings.
Remarks
This method allows you to change barcode scanner settings after the picker has been initialized. The new settings are passed to the barcode recognition engine instantly, however they'll will only take effect in the next frame. In case the scanner has not been started yet, the settings are applied when it starts. In that case the returned action completes immediately.
Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also