BarcodeDecoder.DetectMultipleBarcodes Method
Detects multiple barcodes at once.

DetectMultipleBarcodes(
source
as RawBitmap)
as BarcodeDecoderResult()
Parameters
- source
- The bitmap to detect barcode or QR code from.
Returns
- BarcodeDecoderResult()
- One or more results returned as array. Even if there is no barcode you will get one result.
Remarks
We have found that this mode is not always ideal it will not detect barcodes if their to close to each other sometimes and this mode is rather slow.
Also getting the detection points will have no meaning in this mode.
See Also
BarcodeDecoder Class