Platforms to show: All Mac Windows Linux Cross-Platform
ZXingReaderResultMBS class New in 24.4
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Barcode | MBS Barcode Plugin | 24.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
- 30 properties
- property bottomLeftX as Integer
- property bottomLeftY as Integer
- property bottomRightX as Integer
- property bottomRightY as Integer
- property bytes as MemoryBlock
- property bytesECI as MemoryBlock
- property contentType as Integer
- property ecLevel as String
- property errorLocation as String
- property errorMessage as String
- property errorType as Integer
- property format as Integer
- property hasECI as Boolean
- property isInverted as Boolean
- property isLastInSequence as Boolean
- property isMirrored as Boolean
- property isPartOfSequence as Boolean
- property isValid as Boolean
- property lineCount as Integer
- property orientation as Integer
- property sequenceId as String
- property sequenceIndex as Integer
- property sequenceSize as Integer
- property symbologyIdentifier as String
- property text as String
- property topLeftX as Integer
- property topLeftY as Integer
- property topRightX as Integer
- property topRightY as Integer
- property version as String
- 2 methods
- method Constructor
- method text(TextMode as Integer) as String
- 10 constants
Content Types
Constant | Value | Description |
---|---|---|
ContentTypeBinary | 1 |
Binary |
ContentTypeGS1 | 3 |
GS1 |
ContentTypeISO15434 | 4 |
ISO 15434 |
ContentTypeMixed | 2 |
Mixed |
ContentTypeText | 0 |
Text |
ContentTypeUnknownECI | 5 |
Unknown ECI |
Error Types
Constant | Value | Description |
---|---|---|
ErrorTypeChecksum | 2 |
Checksum error |
ErrorTypeFormat | 1 |
Format error |
ErrorTypeNone | 0 |
No error |
ErrorTypeUnsupported | 3 |
Unsupported operation. |
This class has no sub classes.
Some methods using this class:
- ZxingBarcodeMBS.ReadBarcode(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS
- ZxingBarcodeMBS.ReadBarcodes(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS()
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS Barcode Plugin.
ZXingReaderOptionsMBS - ZxingRuntimeExceptionMBS