Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Barcode Plugin:zxing2:
All Console safe, 114 entry points.
- class ZXingReaderOptionsMBS
- method Constructor
- method formats as Integer()
- method setFormats(values() as Integer)
- property tryHarder as Boolean
- property tryRotate as Boolean
- property tryInvert as Boolean
- property tryDownscale as Boolean
- property isPure as Boolean
- property tryCode39ExtendedMode as Boolean
- property validateCode39CheckSum as Boolean
- property validateITFCheckSum as Boolean
- property returnErrors as Boolean
- property binarizer as Integer
- property minLineCount as Integer
- property maxNumberOfSymbols as Integer
- property eanAddOnSymbol as Integer
- property textMode as Integer
- property characterSet as Integer
- property FormatNames as String
- shared method BarcodeFormatNone as Integer
- shared method BarcodeFormatAll as Integer
- shared method BarcodeFormatAllReadable as Integer
- shared method BarcodeFormatAllCreatable as Integer
- shared method BarcodeFormatAllLinear as Integer
- shared method BarcodeFormatAllMatrix as Integer
- shared method BarcodeFormatAllGS1 as Integer
- shared method BarcodeFormatAllRetail as Integer
- shared method BarcodeFormatAllIndustrial as Integer
- shared method BarcodeFormatCodabar as Integer
- shared method BarcodeFormatCode39 as Integer
- shared method BarcodeFormatCode39Std as Integer
- shared method BarcodeFormatCode39Ext as Integer
- shared method BarcodeFormatCode32 as Integer
- shared method BarcodeFormatPZN as Integer
- shared method BarcodeFormatCode93 as Integer
- shared method BarcodeFormatCode128 as Integer
- shared method BarcodeFormatITF as Integer
- shared method BarcodeFormatITF14 as Integer
- shared method BarcodeFormatDataBar as Integer
- shared method BarcodeFormatDataBarOmni as Integer
- shared method BarcodeFormatDataBarStk as Integer
- shared method BarcodeFormatDataBarStkOmni as Integer
- shared method BarcodeFormatDataBarLtd as Integer
- shared method BarcodeFormatDataBarExp as Integer
- shared method BarcodeFormatDataBarExpStk as Integer
- shared method BarcodeFormatEANUPC as Integer
- shared method BarcodeFormatEAN13 as Integer
- shared method BarcodeFormatEAN8 as Integer
- shared method BarcodeFormatEAN5 as Integer
- shared method BarcodeFormatEAN2 as Integer
- shared method BarcodeFormatISBN as Integer
- shared method BarcodeFormatUPCA as Integer
- shared method BarcodeFormatUPCE as Integer
- shared method BarcodeFormatOtherBarcode as Integer
- shared method BarcodeFormatDXFilmEdge as Integer
- shared method BarcodeFormatPDF417 as Integer
- shared method BarcodeFormatCompactPDF417 as Integer
- shared method BarcodeFormatMicroPDF417 as Integer
- shared method BarcodeFormatAztec as Integer
- shared method BarcodeFormatAztecCode as Integer
- shared method BarcodeFormatAztecRune as Integer
- shared method BarcodeFormatQRCode as Integer
- shared method BarcodeFormatQRCodeModel1 as Integer
- shared method BarcodeFormatQRCodeModel2 as Integer
- shared method BarcodeFormatMicroQRCode as Integer
- shared method BarcodeFormatRMQRCode as Integer
- shared method BarcodeFormatDataMatrix as Integer
- shared method BarcodeFormatMaxiCode as Integer
- shared method supportedFormats as Integer()
- shared method BarcodeFormatToString(BarcodeFormat as Integer) as String
- shared method BarcodeFormatFromString(BarcodeFormat as String) as Integer
- shared method BarcodeFormatsToString(BarcodeFormats() as Integer) as String
- shared method BarcodeFormatsFromString(BarcodeFormats as String) as Integer()
- class ZXingReaderResultMBS
- method text(TextMode as Integer) as String
- method Constructor
- property isValid as Boolean
- property hasECI as Boolean
- property isMirrored as Boolean
- property isInverted as Boolean
- property isLastInSequence as Boolean
- property isPartOfSequence as Boolean
- property text as String
- property ecLevel as String
- property sequenceId as String
- property version as String
- property symbologyIdentifier as String
- property bytesECI as MemoryBlock
- property bytes as MemoryBlock
- property format as Integer
- property orientation as Integer
- property sequenceSize as Integer
- property sequenceIndex as Integer
- property lineCount as Integer
- property contentType as Integer
- property topLeftX as Integer
- property topLeftY as Integer
- property topRightX as Integer
- property topRightY as Integer
- property bottomLeftX as Integer
- property bottomLeftY as Integer
- property bottomRightX as Integer
- property bottomRightY as Integer
- property errorType as Integer
- property errorMessage as String
- property errorLocation as String
- class ZxingRuntimeExceptionMBS
- module ZxingBarcodeMBS
- method ReadBarcode(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS
- method ReadBarcodes(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS()
- method BarcodeFormatToString(BarcodeFormat as Integer) as String
- method BarcodeFormatFromString(BarcodeFormat as String) as Integer
- method BarcodeFormatsToString(BarcodeFormats() as Integer) as String
- method BarcodeFormatsFromString(BarcodeFormats as String) as Integer()
- method CharacterSetFromString(text as String) as Integer
- method CharacterSetToString(value as Integer) as String
Blog Entries
- News from the MBS Xojo Plugins in version 26.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 26.2
- MBS Xojo Plugins, version 26.2pr4
- MBS Xojo Plugins, version 26.2pr2
- News from the MBS Xojo Plugins Version 25.0
- MBS Xojo Plugins, version 25.0pr8
- News from the MBS Xojo Plugins Version 24.4
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.4
- Plugin backwards compatibility to older operating systems
- Read barcodes with newer zxing classes
Xojo Developer Magazine