BarcodeGeneratorMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All , Dependencies ) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics ,
classes ,
interfaces ,
controls ,
modules ,
global methods by category ,
global methods by name ,
screenshots ,
licenses
and examples .
Platforms to show: All Mac Windows Linux Cross-Platform
BarcodeGeneratorMBS class
The class to generate barcodes.
Example
dim b as new BarcodeGeneratorMBS b.Symbology = b.BarcodeQrcode b.Scale = 2 b.BorderWidth = 4 b.Encode "Hello Xojo Developer!" Backdrop = b.Picture
The MBS Plugin uses the zint library (BSD license).
Please also see the manual for Zint (included in examples) for special options for individual barcodes.
29 properties
6 methods
method Constructor
method Destructor
method Encode (text as string, width as single = 0, height as single = 0, RotationAngle as Integer = 0)
method SVG as String
method WritePS (path as string) as Integer
method WriteSVG (path as string) as Integer
5 shared methods
129 constants
This class has no sub classes.
Some examples using this class:
Blog Entries
Xojo Developer Magazine
21.4, pages 66 to 67: Create a Barcode in Xojo, Using the MBS plugins to create barcodes by Stefanie Juchmes
21.4, page 64: Create a Barcode in Xojo, Using the MBS plugins to create barcodes by Stefanie Juchmes
21.3, page 10: News
21.2, page 9: News
20.2, page 82: Wifi QR Code, Embedding your Wifi password in a QR code by Stefanie Juchmes
17.5, page 10: News
17.4, pages 36 to 40: Creating Barcodes in Xojo, How you can create more than 80 different types of barcodes in Xojo by Stefanie Juchmes
17.2, pages 29 to 30: More Beyond JSON, Develop APIs That Generate Barcodes, Charts, and More by Timothy Dietrich
17.1, page 43: Beyond JSON, Develop APIs That Generate Barcodes, Charts, and More by Tim Dietrich
17.1, pages 36 to 39: Beyond JSON, Develop APIs That Generate Barcodes, Charts, and More by Tim Dietrich
Videos
Release notes
Version 23.1
Version 23.0
Added WhitespaceHeight, GuardDescent and WarnLevel properties for BarcodeGeneratorMBS class and few more constants.
Version 21.5
Version 21.2
Added workaround for error 561 in BarcodeGeneratorMBS class. We lower ECC level now if text doesn't fit otherwise.
Version 19.3
Added LibVersion, BarcodeMailMark, BarcodeUPNQR, BarcodeVin, FontSize and InputModeEscape to BarcodeGeneratorMBS class.
Version 17.4
The items on this page are in the following plugins: MBS Barcode Plugin .
BackgroundThreadMBS
-
BarcodeScannerMBS