Click or drag to resize
ScanSessionAllRecognizedCodes Property
Get all recognized codes

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public IEnumerable<Barcode> AllRecognizedCodes { get; }

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