Click or drag to resize
BarcodeScannerSessionGetAllRecognizedCodes Method
Get all recognized codes

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

Return Value

Type: IEnumerableBarcode
Enumeration of all recognized codes
Remarks
This method returns all codes that have been recognized. The exact set of codes returned by this method depends on the
See Also