Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets option by index.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Barcode | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Index | The index of the option. Can be 1, 2 or 3. |
2 |
Value | The new value. | 1 |
Returns OK or error.
Set better ECC level for QRCode:
MBS( "Barcode.SetOption"; 1; 3)
Set square option for data matrix:
MBS( "Barcode.SetOption"; 3; 100 )
Created 23th February 2018, last changed 22nd February 2020
Barcode.SetInputMode - Barcode.SetOptions
Feedback: Report problem or ask question.