Click or drag to resize
BarcodeScannerSession Property
Get the current scanning session.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.11.4.10 (5.11.4.10)
Syntax
public BarcodeScannerSession Session { get; }

Property Value

Type: BarcodeScannerSession
Remarks

The scanning session contains the current state of the barcode decoding process, such as the codes that were decoded in the last frame.

See Also