It starts the scan process which will look for the specified barcode symbologies on the specified array of bytes object.
Namespace: Neodynamic.SDK.BarcodeReaderAssembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
Parameters
- imageBuffer
- Type: array<System..::..Byte>[]()[][]
The array of bytes object which contains some barcode symbols.
Return Value
It returns a list of BarcodeScanResult objects containing information about the detected barcodes. An empty list will indicate that no barcodes were found by the reader.
See Also