Click or drag to resize
BarcodeScannerSessionGetNewlyRecognizedCodes Method
Get codes that were recognized in the last processed frame.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.3.0.2 (5.3.0.2)
Syntax
public IEnumerable<Barcode> GetNewlyRecognizedCodes()

Return Value

Type: IEnumerableBarcode
The list of codes recognized in the last processed frame.
See Also