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

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
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