Components | All | MacOS (Only) | Windows (Only) | Linux (Only, Not) | iOS (Only, Not) | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
12.3 | 12.4 | 12.5 | 13.0 | 13.1 | 13.2 | 13.3 | 13.4 | 13.5 | 14.0 |
DynaPDF.Print.GetDevNames
Queries device names.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 7.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "DynaPDF.Print.GetDevNames" )
Parameters
none
Result
Returns text or error.
Description
Queries device names.Contains the selected driver name, name of the device and physical output medium and a flag whether this is default printer.
Only valid after you called DynaPDF.Print with showing dialog.
See also Print function in DynaPDF manual.
See also
- DynaPDF.Print
- DynaPDF.Print.FormNames
- DynaPDF.Print.GetDevMode
- DynaPDF.Print.GetSetting
- DynaPDF.Print.SetDevMode
- DynaPDF.Print.SetDevNames
Release notes
- Version 7.0
Example Databases
Blog Entries
This function checks for a license.
Created 16th January 2017, last changed 6th March 2017
