BarcodeScannerSession Property |
Get the current scanning session.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public BarcodeScannerSession Session { get; }
Public ReadOnly Property Session As BarcodeScannerSession
Get
public:
property BarcodeScannerSession^ Session {
BarcodeScannerSession^ get ();
}
member Session : BarcodeScannerSession with get
Property Value
Type:
BarcodeScannerSessionRemarks
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