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.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

💬 Ask a question or report a problem