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  

PrintDialog.SetPaperName

Sets paper name.

Component Version macOS Windows Linux Server iOS SDK
PrintDialog 5.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "PrintDialog.SetPaperName"; name )   More

Parameters

Parameter Description Example
name The paper name. "A4"

Result

Returns OK or error.

Description

Sets paper name.

Examples

Set paper to A4:

Set Variable [ $r ; Value: MBS( "PrintDialog.SetPaperName"; "A4" ) ]

See also

Blog Entries

Created 27th December 2014, last changed 25th November 2017


PrintDialog.SetPageNumberingOffset - PrintDialog.SetPrintToPDF

Feedback: Report problem or ask question.