Platforms to show: All Mac Windows Linux Cross-Platform
zxingMultiFormatUPCEANReaderMBS class Deprecated
Super class: zxingOneDReaderMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Barcode | MBS Barcode Plugin | 13.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This item is deprecated and should no longer be used.
You can use ZBarMBS instead.
Function:
A reader that can read all available UPC/EAN formats. Notes:
If a caller wants to try to read all such formats, it is most efficient to use this implementation rather than invoke individual readers.
Subclass of the zxingOneDReaderMBS class.
- 2 methods
- method Constructor(hints as zxingDecodeHintsMBS)
- method decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
Super class zxingOneDReaderMBS
- 2 methods
- method Constructor Private
- method decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
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.
Blog Entries
The items on this page are in the following plugins: MBS Barcode Plugin.
zxingMultiFormatReaderMBS - zxingMultipleBarcodeReaderMBS
