Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetDefaultBarcodeParameters

Queries default barcode parameters.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetDefaultBarcodeParameters" )

Parameters

none

Result

Returns JSON or error.

Description

Queries default barcode parameters.

See also GetDefaultBarcodeParameters function in DynaPDF manual.

Examples

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 }

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 18th September 2020, last changed 16th November 2020


DynaPDF.GetContent - DynaPDF.GetDescent