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
Queries paper formats.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Printer | 6.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
none
Returns list or error.
Query formats:
# we run Print dialog
# as there is no printer or paper format with ?, this will not change it
# and 2 means cancel
#
Set Variable [$r; Value:MBS("Printer.Print"; "?"; 2; ""; "?")]
#
Pause/Resume Script [Duration (seconds): 2]
#
Set Field [Printer Dialog::PaperFormats; MBS( "Printer.PaperFormats" )]
Set Field [Printer Dialog::Printers; MBS( "Printer.PrinterNames" )]
Set Field [Printer Dialog::PaperSources; MBS( "Printer.PaperSources" )]
Created 16th November 2016, last changed 21st November 2019
Printer.GetDefaultPrinter - Printer.PaperSources
Feedback: Report problem or ask question.