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.GetInPrintSettings
Retrieves the print settings of the current open import file.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetInPrintSettings"; PDF ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. |
Result
Returns OK or error.
Description
Retrieves the print settings of the current open import file.The PDF file must be opened with DynaPDF.OpenPDFFromContainer or DynaPDF.OpenPDFFromFile before the function can be used. 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.GetPrintSettings and DynaPDF.SetPrintSettings.
See also GetInPrintSettings function in DynaPDF manual.
See also
- DynaPDF.GetPrintSettings
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.OpenPDFFromFile
- DynaPDF.SetPrintSettings
Blog Entries
Created 14th March 2015, last changed 14th March 2015
DynaPDF.GetInMetadata - DynaPDF.GetInRepairMode
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins