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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetPrintSettings
Retrieves the currently defined print settings of the document.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetPrintSettings"; PDF; Selector ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Selector | Which value to retrieve. Can be NumCopies, PickTrayByPDFSize, PrintRangesCount, PrintScaling, DuplexMode and PrintRanges. | "NumCopies" |
Result
Returns OK or error.
Description
Retrieves the currently defined print settings of the document.The print settings are used to initialize the print dialog in a viewer application.
NumCopies, PickTrayByPDFSize and PrintRangesCount return a number (-1 if undefined). PrintRanges returns a list of values for the ranges. DuplexMode returns values like FlipShortEdge, FlipLongEdge, Simplex or None. PrintScaling returns None or AppDefault.
See also DynaPDF.SetPrintSettings and DynaPDF.GetInPrintSettings.
See also GetPrintSettings function in DynaPDF manual.
See also
Blog Entries
Created 14th March 2015, last changed 14th March 2015
DynaPDF.GetPageWidth - DynaPDF.GetReplaceICCProfile
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos