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
PDFKit.SavePrintSettings
Saves current print settings.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PDFKit | 4.0 | Yes | No | No | Yes, macOS only | No |
MBS( "PDFKit.SavePrintSettings" { ; FileName } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| FileName | The filename to use in the container value. | "Printer Settings.dat" | Optional |
Result
Returns container value with print settings or error.
Description
Saves current print settings.Print settings are wrapped in a container value.
You can store them in a container and later restore them with PDFKit.RestorePrintSettings or PrintDialog.SetConfiguration function.
See also
- PDFKit.GetPrintSetting
- PDFKit.ResetPrintSettings
- PDFKit.RestorePrintSettings
- PDFKit.SetPrintSetting
- PrintDialog.GetConfiguration
- PrintDialog.SetConfiguration
Example Databases
Created 18th August 2014, last changed 16th March 2019
PDFKit.RestorePrintSettings - PDFKit.SetCurrentFilter
Feedback: Report problem or ask question.
Links
MBS Xojo blog