PrinterSetup.Landscape
From Xojo Documentation
Property (As Boolean )
This property is only available on macOS and Windows platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aPrinterSetup.Landscape = newBooleanValue
or
BooleanValue = aPrinterSetup.Landscape
New in 2007r4
Supported for all project types and targets.
or
BooleanValue = aPrinterSetup.Landscape
New in 2007r4
Supported for all project types and targets.
Gets and sets the landscape state of the PrinterSetup object. It is True for the landscape orientation; False otherwise. Currently supported on Windows and macOS only.
Example
This example sets the Landscape property.