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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

PrintDialog.SetConfiguration

Sets a configuration to be used for next print.

Component Version macOS Windows Linux Server iOS SDK
PrintDialog 8.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "PrintDialog.SetConfiguration"; Configuration )   More

Parameters

Parameter Description Example
Configuration The configuration data you got from PrintDialog.GetConfiguration.

Result

Returns OK or error.

Description

Sets a configuration to be used for next print.
The given configuration will be applied after reset of settings (if enabled) and before other settings are applied. This way you can still customize the saved configuration.

Examples

Restore configuration:

Allow User Abort [ Off ]
Set Variable [ $r ; Value: MBS("PrintDialog.Enable") ]
Set Variable [ $r ; Value: MBS("PrintDialog.SetConfiguration"; Printer Dialog on Mac::Data) ]
Print [ With dialog: On ]

See also

Release notes

Blog Entries

Created 21st December 2017, last changed 21st December 2017


PrintDialog.SetAllPages - PrintDialog.SetCopies

Feedback: Report problem or ask question.