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  

PageSetupDialog.SetOption

Sets an option.

Component Version macOS Windows Linux Server iOS SDK
PrintDialog 9.2 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "PageSetupDialog.SetOption"; Key; Value; Type )   More

Parameters

Parameter Description Example
Key The key to use.
Value The value to use.
Depending on data type, the plugin will pass a number or a text.
3
Type The type of data to add.
Default is empty to use type of value passed. So text or number type would be picked automatically.
Valid values for type are text, number, integer and text.
Integer is for integer numbers while number is for floating numbers.

Result

Returns OK or error.

Description

Sets an option.
You can use PrintDialog.GetLastSettings after printing to query XML with all settings and pick keys and values.

See also

Created 20th April 2019, last changed 20th April 2019


PageSetupDialog.SetNoDialog - PageSetupDialog.SetPaperHeight

Feedback: Report problem or ask question.