Click or drag to resize

DidScanDelegate Delegate

Delegate used for scan events

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public delegate void DidScanDelegate(
	ScanSession session
)

Parameters

session
Type: Scandit.BarcodePickerScanSession
The current scan session, giving access to recognized codes etc.
Remarks
The did scan delegate is used for signaling when barcodes have been recognized, e.g. with the DidScan event. The recognized barcodes are available from the session parameter.
Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also