The MBS Xojo Barcode Plugin
All plugins
Documentation
Download
Mailing list
Order Barcode Plugin license
Order Complete Set License
Plugin Content
Create and Recognize barcodes in 1D (e.g. EAN) or 2D (e.g. QRCode)
This plugin is included in our plugin archive:
Download the MBS Xojo Plugins |
||||||
MBS-Xojo-Plugins251.dmg |
MBS-Xojo-Plugins251.zip |
MBS-Xojo-Plugins251.zip |
||||
All archives contain the same content. |
![]() |
MBS Barcode Plugin.pdf | 716K |
You can order a license here: Order
This plugin part is included if you order a Complete set license.
Barcodes supported by MBS Plugins
MBS Plugin supports generating over 80 barcode types, so we made a new graphics to show a few common barcodes:
Wether you need to make UPC or EAN in various versions, QR Code in normal or micro size, DataMatrix and Code128, we cover them all.
Example
Create a QR-Code with scale and border:
dim b as new BarcodeGeneratorMBS
b.Symbology = b.BarcodeQrcode
b.Scale = 2
b.BorderWidth = 4
b.Encode "Hello Xojo Developer!"
Backdrop = b.Picture
The documentation for MBS Barcode Plugin:
show all functions and classes in this plugin.
Examples for this plugin:
- /Barcode/generate/Barcode as SVG and EPS
- /Barcode/generate/Barcode Vector
- /Barcode/generate/Create PDF with Barcodes
- /Barcode/generate/Generate Barcodes
- /Barcode/generate/Generate Barcodes Web
- /Barcode/generate/Render Barcodes in Xojo
- /Barcode/zbar/zbar
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests
- /Barcode/zxing-old/Multi Barcode Tests/Multi Barcode Tests Code128
- /Barcode/zxing-old/Test
- /Barcode/zxing-old/Test Code128
- /Barcode/zxing-old/Test folder
- /Barcode/zxing/ZxingBarcodeReader
Blog Entries
- News from the MBS Xojo Plugins Version 25.0
- 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 operation systems
- Read barcodes with newer zxing classes
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.0
- Cleanup Xojo Plugins
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.3
- Plugin installation for Xojo on Windows and Linux
- MBS Xojo / Real Studio plug-ins version 16.2
Videos
- MBS Plugin Installation on Windows
- MBS Plugin Installation on macOS
- XDC 2020 MBS Plugins Presentation
- XDC Anywhere - MBS Xojo Plugins
Xojo Developer Magazine
- 22.6, page 9: News
- 22.6, page 77: VCard QR Code, Meet someone via QR code or file by Stefanie Juchmes-Simonis
- 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
- 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, pages 36 to 39: Beyond JSON, Develop APIs That Generate Barcodes, Charts, and More by Tim Dietrich
Content of Barcode Plugin.
