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
Queries default barcode parameters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 10.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns JSON or error.
Query default parameters:
MBS( "DynaPDF.GetDefaultBarcodeParameters" )
Example result:
{
"BarcodeType": null,
"Data": null,
"Primary": null,
"BGColor": 4294967281,
"BorderWidth": 0,
"DataType": 0,
"DotSize": 0.8,
"ECI": 0,
"FSizeFactor": 0.7,
"Option1": -1,
"Option2": 0,
"Option3": 0,
"Options": 0,
"Scale": 1,
"ShowText": false,
"SpaceWidth": 0,
"SymbHeight": 50,
"TextOffsetY": 0,
"PosX": 100,
"PosY": 100,
"Width": 200,
"Height": 50,
"HAlign": 0,
"VAlign": 0
}
Created 18th September 2020, last changed 16th November 2020
DynaPDF.GetContent - DynaPDF.GetDescent
Feedback: Report problem or ask question.