Click or drag to resize
BarcodePickerStopScanningAndCloseCameraAsync Method
Stop scanning and close the camera.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.8.0.2 (5.8.0.2)
Syntax
public Task StopScanningAndCloseCameraAsync()

Return Value

Type: Task
Task that completes when scanning is stopped and the camera is closed.
Remarks
In case the camera is not running, this call has no effect.
See Also