Platforms to show: All Mac Windows Linux Cross-Platform
zxingResultMBS class Deprecated
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.
Encapsulates the result of decoding a barcode within an image.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- property Handle as Integer
- property PointCount as Integer
- 6 methods
- method BarcodeFormat as zxingBarcodeFormatMBS
- method Constructor Private
- method Data as Memoryblock
- method ResultPoint(index as integer) as zxingResultPointMBS
- method ResultPoints as zxingResultPointMBS()
- method Text as string
This class has no sub classes.
Some methods using this class:
- zxingCodaBarReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingCode128ReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingCode39ReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingCode93ReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingMultipleBarcodeReaderMBS.decodeMultiple(image as zxingBinaryBitmapMBS) as zxingResultMBS()
- zxingReaderMBS.decode(image as zxingBinaryBitmapMBS) as zxingResultMBS
- zxingReaderMBS.decode(image as zxingBinaryBitmapMBS, hints as zxingDecodeHintsMBS) as zxingResultMBS
- zxingUPCAReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingUPCEANReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS
- zxingUPCEANReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS, rangeStart as Integer, rangeLength as Integer) as zxingResultMBS
Some examples using this class:
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests Code128
- /Barcode/zxing-old/Test
- /Barcode/zxing-old/Test Code128
- /Barcode/zxing-old/Test folder
Blog Entries
- MBS Xojo Plugins, version 17.2pr6
- MBS Xojo / Real Studio Plugins, version 14.2pr4
- Barcode Generation or Recognition
Xojo Developer Magazine
Release notes
- Version 17.2
- Added point functions to zxingResultMBS class.
The items on this page are in the following plugins: MBS Barcode Plugin.
zxingReedSolomonExceptionMBS - zxingResultPointMBS
