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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

DynaPDF.Print.FormNames

Queries list of form names.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 11.5 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "DynaPDF.Print.FormNames" { ; PrinterName } )   More

Parameters

Parameter Description Example Flags
PrinterName The printer to query.
If empty, uses default printer.
"Laser Printer" Optional

Result

Returns list or error.

Description

Queries list of form names.
We added this function to allow you to query the names to be used with DynaPDF.Print.SetSetting function.

See also Print function in DynaPDF manual.

Examples

Query form names:

MBS( "DynaPDF.Print.FormNames"; "" )

Example result:
Letter
Letter Small
Tabloid
Ledger
Legal
... 210 names in list when we tested this function.

See also

Release notes

Blog Entries

This function checks for a license.

Created 13th October 2021, last changed 13th October 2021


DynaPDF.Print - DynaPDF.Print.GetDevMode

💬 Ask a question or report a problem