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
Sets paper name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PrintDialog | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated. Use PageSetupDialog.SetPaperName instead.
Parameter | Description | Example |
---|---|---|
name | The paper name. | "A4" |
Returns OK or error.
Set paper to A4:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetPaperName"; "A4" ) ]
Created 27th December 2014, last changed 27th June 2021
PrintDialog.SetPaperHeight - PrintDialog.SetPaperWidth
Feedback: Report problem or ask question.