Platforms to show: All Mac Windows Linux Cross-Platform
Back to ZxingBarcodeMBS module.
ZxingBarcodeMBS.BarcodeFormatFromString(BarcodeFormat as String) as Integer New in 26.2
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.BarcodeFormatsFromString(BarcodeFormats as String) as Integer() New in 26.2
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.BarcodeFormatsToString(BarcodeFormats() as Integer) as String New in 26.2
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.BarcodeFormatToString(BarcodeFormat as Integer) as String New in 26.2
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.CharacterSetFromString(text as String) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 24.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.CharacterSetToString(value as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 24.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
ZxingBarcodeMBS.ReadBarcode(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 24.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Options: optional ReaderOptions to parameterize / speed up detection.
Some examples using this method:
ZxingBarcodeMBS.ReadBarcodes(Pic as Picture, Options as ZXingReaderOptionsMBS = nil) as ZXingReaderResultMBS()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Barcode | MBS Barcode Plugin | 24.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Options: optional ReaderOptions to parameterize / speed up detection.
Returns list of result objects, which can be empty.
The items on this page are in the following plugins: MBS Barcode Plugin.