Click or drag to resize

BarcodeScannerSessionGetNewlyLocalizedCodes Method

Get codes localized but not recognized in the last processed frame.

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

Return Value

Type: IEnumerableBarcode
The list of codes localized but not recognized in the last processed frame. Use GetNewlyRecognizedCodes for a list of recognized codes in the last frame.
Version Information

Supported in: 1.0
See Also