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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets reverse order for printing.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PrintDialog | 11.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to reverse order or 0 to not reverse it. Pass -1 to not change value. |
1 |
Returns OK or error.
Set reverse order:
Set Variable [ $r ; Value: MBS("PrintDialog.SetReverseOrder"; 1) ]
Set various options for reverse order:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PageToPaperMappingType"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutColumns"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutNUp"; 0; "boolean") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutRows"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMOrientation"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "OutputOrder"; "reverse"; "text") ]
# this is an alternative way to the function above, which may work for other drivers.
Created 7th January 2021, last changed 7th January 2021
PrintDialog.SetResetDestination - PrintDialog.SetTray
Feedback: Report problem or ask question.