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

DynaPDF.Print.SetDevNames

Sets device names.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 7.0 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "DynaPDF.Print.SetDevNames"; DeviceNames )   More

Parameters

Parameter Description Example
DeviceNames The list of device names.
First item in list is optional driver name.
Second item is optional devicen name.
Third item is optional output port name.
Forth item is optional flags value.

Pass empty string to clear it.

Result

Returns OK or error.

Description

Sets device names.
Sets the printer for printing on Windows with DynaPDF.Print function.

See also Print function in DynaPDF manual.

Examples

Set PDF printer:

MBS( "DynaPDF.Print.SetDevNames"; "winspool¶Microsoft Print to PDF" )

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 16th January 2017, last changed 9th August 2021


DynaPDF.Print.SetDevMode - DynaPDF.Print.SetSetting