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 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
- 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 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 zxingAztecReaderMBS
- class zxingBarcodeFormatMBS
- class zxingBinarizerMBS
- class zxingBinaryBitmapMBS
- method string as string
- method Constructor
- method rotateCounterClockwise as zxingBinaryBitmapMBS
- method crop(left as integer, top as integer, width as integer, height as integer) as zxingBinaryBitmapMBS
- property Handle as Integer
- property Width as Integer
- property Height as Integer
- property isRotateSupported as Boolean
- property isCropSupported as Boolean
- property LuminanceSource as zxingLuminanceSourceMBS
- property Picture as Picture
- shared method CreateWithPicture(pic as picture, hybrid as boolean = false) as zxingBinaryBitmapMBS
- class zxingBitArrayMBS
- method getNextUnset(fromIndex as integer) as integer
- method getNextSet(fromIndex as integer) as integer
- method Constructor(size as integer)
- method reverse
- method clear
- method set(index as integer)
- method get(index as integer) as boolean
- method setBulk(index as integer, newBits as integer)
- method isRange(start as integer, ende as integer, value as boolean) as boolean
- property Handle as Integer
- property Size as Integer
- property Text as String
- shared method PictureRow(pic as picture, row as integer) as zxingBitArrayMBS
- shared method PictureColumn(pic as picture, Column as integer) as zxingBitArrayMBS
- class zxingByQuadrantReaderMBS
- class zxingChecksumExceptionMBS
- class zxingCodaBarReaderMBS
- class zxingCode128ReaderMBS
- class zxingCode39ReaderMBS
- class zxingCode93ReaderMBS
- class zxingDataMatrixReaderMBS
- class zxingDecodeHintsMBS
- method containsFormat(format as zxingBarcodeFormatMBS) as boolean
- method addFormat(format as zxingBarcodeFormatMBS)
- method clear
- method Constructor
- method Constructor(other as zxingDecodeHintsMBS)
- method Constructor(value as integer)
- method Destructor
- property Handle as Integer
- property isEmpty as Boolean
- property TryHarder as Boolean
- shared method ProductHint as zxingDecodeHintsMBS
- shared method OneDHint as zxingDecodeHintsMBS
- shared method DefaultHint as zxingDecodeHintsMBS
- class zxingDetectorExceptionMBS
- class zxingEAN13ReaderMBS
- class zxingEAN8ReaderMBS
- class zxingExceptionMBS
- class zxingFormatExceptionMBS
- class zxingGenericMultipleBarcodeReaderMBS
- class zxingGlobalHistogramBinarizerMBS
- class zxingHybridBinarizerMBS
- class zxingIllegalArgumentExceptionMBS
- class zxingIllegalStateExceptionMBS
- class zxingITFReaderMBS
- class zxingLuminanceSourceMBS
- method string as string
- method Constructor
- method invert as zxingLuminanceSourceMBS
- method rotateCounterClockwise as zxingLuminanceSourceMBS
- method crop(left as integer, top as integer, width as integer, height as integer) as zxingLuminanceSourceMBS
- property Handle as Integer
- property Width as Integer
- property Height as Integer
- property isRotateSupported as Boolean
- property isCropSupported as Boolean
- property Picture as Picture
- shared method CreateWithPicture(pic as picture) as zxingLuminanceSourceMBS
- class zxingMultiFormatOneDReaderMBS
- class zxingMultiFormatReaderMBS
- class zxingMultiFormatUPCEANReaderMBS
- class zxingMultipleBarcodeReaderMBS
- class zxingNotFoundExceptionMBS
- class zxingOneDReaderMBS
- class zxingPDF417ReaderMBS
- class zxingQRCodeReaderMBS
- class zxingReaderExceptionMBS
- class zxingReaderMBS
- class zxingReedSolomonExceptionMBS
- class zxingResultMBS
- class zxingResultPointMBS
- method Constructor
- method Constructor(x as single, y as single)
- method equals(other as zxingResultPointMBS) as boolean
- property Handle as Integer
- property X as Single
- property Y as Single
- shared method distance(x1 as single, y1 as single, x2 as single, y2 as single) as single
- shared method distance(p1 as zxingResultPointMBS, p2 as zxingResultPointMBS) as single
- class zxingUPCAReaderMBS
- method decodeMiddle(row as zxingBitArrayMBS, start as integer, byref resultString as string) as integer
- method BarcodeFormat as zxingBarcodeFormatMBS
- method decodeRow(rowNumber as integer, row as zxingBitArrayMBS) as zxingResultMBS
- method decodeRow(rowNumber as integer, row as zxingBitArrayMBS, startGuardBegin as integer, startGuardEnd as integer) as zxingResultMBS
- method Constructor
- class zxingUPCEANReaderMBS
- method decodeMiddle(row as zxingBitArrayMBS, start as integer, byref resultString as string) as integer
- method decodeRow(rowNumber as integer, row as zxingBitArrayMBS, rangeStart as integer, rangeLength as integer) as zxingResultMBS
- method decodeRow(rowNumber as integer, row as zxingBitArrayMBS) as zxingResultMBS
- method Constructor
- method BarcodeFormat as zxingBarcodeFormatMBS
- method checkChecksum(s as string) as boolean
- shared method BarcodeFormatName(BarcodeFormat as integer) as string
- class zxingUPCEReaderMBS
