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

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