Platforms to show: All Mac Windows Linux Cross-Platform
Back to ZxingBarcodeMBS module.
ZxingBarcodeMBS.BarcodeFormatFromString(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.BarcodeFormatsFromString(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.BarcodeFormatsToString(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.BarcodeFormatToString(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 |
Some examples using this method:
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.