Platforms to show: All Mac Windows Linux Cross-Platform
Back to ZBarMBS class.
ZBarMBS.LibraryLoaded as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZBarMBS.LibraryLoadError as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZBarMBS.LibraryLoadErrorMessage as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZBarMBS.LoadLibrary(file as folderitem) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please pass path to zbar.dll on Windows, libzbar.dylib on macOS and libzbar.so on Linux.
Returns true on success and false on failure.
See LibraryLoadErrorMessage and LibraryLoadError properties for error details.
We have libraries for you here:
https://www.monkeybreadsoftware.de/xojo/download/plugin/Libs/
See also:
ZBarMBS.LoadLibrary(path as string) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please pass path to zbar.dll on Windows, libzbar.dylib on macOS and libzbar.so on Linux.
Returns true on success and false on failure.
See LibraryLoadErrorMessage and LibraryLoadError properties for error details.
We have libraries for you here:
https://www.monkeybreadsoftware.de/xojo/download/plugin/Libs/
See also:
ZBarMBS.Scan(pic as Picture, AllowedTypes as Integer = 0) as ZBarMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Barcode | MBS Barcode Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns an array of detected barcodes.
Works best with black & white picture, so you may enhance contrast.
If AllowedTypes is zero, all types are enabled.
Otherwise use bitwiseOr() to combine types you like and pass them as AllowedTypes.
The items on this page are in the following plugins: MBS Barcode Plugin.