Platforms to show: All Mac Windows Linux Cross-Platform
zxingByQuadrantReaderMBS class Deprecated
Super class: zxingReaderMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Barcode | MBS Barcode Plugin | 19.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This item is deprecated and should no longer be used.
You can use ZBarMBS instead.
This class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image.
This is important when there may be multiple barcodes in an image, and detecting a barcode may find parts of multiple barcode and fail to decode (e.g. QR Codes). Instead this scans the four quadrants of the image -- and also the center 'quadrant' to cover the case where a barcode is found in the center.
Subclass of the zxingReaderMBS class.
- property Reader as zxingReaderMBS
- method Constructor(Reader as zxingReaderMBS)
Super class zxingReaderMBS
- property Handle as Integer
- 3 methods
- method Constructor Private
- method decode(image as zxingBinaryBitmapMBS) as zxingResultMBS
- method decode(image as zxingBinaryBitmapMBS, hints as zxingDecodeHintsMBS) as zxingResultMBS
- shared method LoadIconvLibrary(path as String, byref Error as String) as boolean
This class has no sub classes.
Some examples using this class:
Blog Entries
Release notes
- Version 19.4
The items on this page are in the following plugins: MBS Barcode Plugin.
zxingBitArrayMBS - zxingChecksumExceptionMBS