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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem