Click or drag to resize
BarcodePickerPauseScanningAsync Method
Pause scanning of barcodes.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public IAsyncAction PauseScanningAsync()

Return Value

Type: IAsyncAction
Action that completes when the scanning has been paused.
Remarks
Puts the barcode scanner in paused state. In paused state the camera continues streaming images to the preview element, but not barcode recognition takes place. To resume scanning barcodes use ResumeScanningAsync
See Also