Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Barcode Plugin:
- class BarcodeGeneratorMBS
- method Constructor
- method Destructor
- method Encode(text as string, width as single = 0, height as single = 0, RotationAngle as integer = 0)
- method WriteSVG(path as string) as integer
- method WritePS(path as string) as integer
- method SVG as String
- property StructuredAppend as ZintStructuredAppendMBS
- property ForeColor as Color
- property BackColor as Color
- property ShowText as Boolean
- property Option1 as Integer
- property Option2 as Integer
- property Option3 as Integer
- property Scale as Single
- property GuardDescent as Single
- property Text as String
- property ErrorText as String
- property Width as Integer
- property Rows as Integer
- property InputMode as Integer
- property WarnLevel as Integer
- property ECI as Integer
- property BitmapWidth as Integer
- property BitmapHeight as Integer
- property BitmapByteLength as Integer
- property Height as Integer
- property WhitespaceWidth as Integer
- property WhitespaceHeight as Integer
- property BorderWidth as Integer
- property Symbology as Integer
- property LastError as Integer
- property OutputOptions as Integer
- property Picture as Picture
- property Vector as ZintVectorMBS
- property DotSize as Single
- property FontSize as Integer
- shared method ValidSymbologyID(ID as integer) as Boolean
- shared method UPCChecksum(text as string) as string
- shared method EANChecksum(text as string) as string
- shared method ISBNChecksum(text as string) as string
- shared method LibVersion as string
- shared method FilterSwissQRCode(text as String, AllowEndOfLine as boolean = false) as String
- class ZBarMBS
- method Constructor
- method Components as ZBarMBS()
- property Picture as Picture
- property Name as String
- property Data as MemoryBlock
- property Text as String
- property Quality as Integer
- property Type as Integer
- property XML as String
- property HasComponents as Boolean
- property BoundsTop as Integer
- property BoundsLeft as Integer
- property BoundsRight as Integer
- property BoundsBottom as Integer
- shared method Scan(pic as Picture, AllowedTypes as Integer = 0) as ZBarMBS()
- shared method LoadLibrary(file as folderitem) as boolean
- shared method LoadLibrary(path as string) as boolean
- shared method LibraryLoadErrorMessage as String
- shared method LibraryLoadError as Integer
- shared method LibraryLoaded as Boolean
- shared property Version as String
- class ZintStructuredAppendMBS
- class ZintVectorCircleMBS
- class ZintVectorHexagonMBS
- class ZintVectorMBS
- method Constructor
- method Rectangles as ZintVectorRectMBS()
- method Strings as ZintVectorStringMBS()
- method Hexagons as ZintVectorHexagonMBS()
- method Circles as ZintVectorCircleMBS()
- property Width as Single
- property Height as Single
- property FirstRectangle as ZintVectorRectMBS
- property FirstString as ZintVectorStringMBS
- property FirstCircle as ZintVectorCircleMBS
- property FirstHexagon as ZintVectorHexagonMBS
- class ZintVectorRectMBS
- class ZintVectorStringMBS
- class ZXingReaderOptionsMBS
- method Constructor
- method hasFormat(format as Integer) as Boolean
- 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 returnCodabarStartEnd 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 formats 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 BarcodeFormatFromString(text as String) as Integer
- method BarcodeFormatsFromString(text as String) as Integer
- method BarcodeFormatToString(value as Integer) as String
- method BarcodeFormatsToString(value as Integer) as String
- method CharacterSetFromString(text as String) as Integer
- method CharacterSetToString(value as Integer) as String