Platforms to show: All Mac Windows Linux Cross-Platform
ZXingReaderOptionsMBS 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 |
Default is true for tryHarder, tryRotate, tryInvert, tryDownscale, 3 for downscaleFactor, EanAddOnSymbol is ignore, binarizer is local average and text mode is HRI.
- 17 properties
- property binarizer as Integer
- property characterSet as Integer
- property eanAddOnSymbol as Integer
- property formats as Integer
- property isPure as Boolean
- property maxNumberOfSymbols as Integer
- property minLineCount as Integer
- property returnCodabarStartEnd as Boolean
- property returnErrors as Boolean
- property textMode as Integer
- property tryCode39ExtendedMode as Boolean
- property tryDownscale as Boolean
- property tryHarder as Boolean
- property tryInvert as Boolean
- property tryRotate as Boolean
- property validateCode39CheckSum as Boolean
- property validateITFCheckSum as Boolean
- 2 methods
- method Constructor
- method hasFormat(format as Integer) as Boolean
- 68 constants
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.
ZStdMBS - ZXingReaderResultMBS