GetLayoutPrintSettings()
Summary
Gets the layout printer settings.
Syntax
settings = GetLayoutPrintSettings()
Returns
An array of two elements:
| Element | Type | Contents |
|---|---|---|
| 1 | String | The orientation (Portrait or Landscape) |
| 2 | Integer | The number of copies |
Notes
-
Gets settings for the current layout window.
See Also
| Function | Summary |
|---|---|
| SetLayoutPrintSettings() | Sets the layout printer settings |