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: 4.16.0.0 (4.16.0.0)
Syntax
public IEnumerable<Barcode> GetNewlyRecognizedCodes()

Return Value

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