Platforms to show: All Mac Windows Linux Cross-Platform
zxingGenericMultipleBarcodeReaderMBS class Deprecated
Super class: zxingMultipleBarcodeReaderMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Barcode | MBS Barcode Plugin | 19.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
After one barcode is found, the areas left, above, right and below the barcode's ResultPoints are scanned, recursively.
A caller may want to also employ ByQuadrantReader when attempting to find multiple 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent detecting any one of them.
That is, instead of passing a Reader a caller might pass new zxingByQuadrantReaderMBS(reader).
As far we see, the ITF Reader doesn't work with the multi reader here. It has problems to find barcodes if multiple barcodes are horizontally next to each other.
Subclass of the zxingMultipleBarcodeReaderMBS class.
- property Reader as zxingReaderMBS
- method Constructor(Reader as zxingReaderMBS)
Super class zxingMultipleBarcodeReaderMBS
- property Handle as Integer
- 3 methods
- method Constructor Private
- method decodeMultiple(image as zxingBinaryBitmapMBS) as zxingResultMBS()
- method decodeMultiple(image as zxingBinaryBitmapMBS, hints as zxingDecodeHintsMBS) as zxingResultMBS()
This class has no sub classes.
Some examples using this class:
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests Code128
Blog Entries
Release notes
- Version 19.4
The items on this page are in the following plugins: MBS Barcode Plugin.
zxingFormatExceptionMBS - zxingGlobalHistogramBinarizerMBS