Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PDFKit.SavePrintSettings
Saves current print settings.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PDFKit | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
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
This function checks for a license.
Created 18th August 2014, last changed 17th March 2024