TdxPrinterPage.Orientation Property
In This Article
Specifies the report page orientation.
#Declaration
Delphi
property Orientation: TdxPrinterOrientation read; write; default poPortrait;
#Property Value
Type | Default |
---|---|
Tdx |
po |
#Remarks
Use this property to specify if report pages are displayed vertically or horizontally. Possible values of the Orientation property include:
Value | Description |
---|---|
po |
A page is arranged vertically. |
po |
A page is arranged horizontally. |
po |
A page’s orientation depends on its current content if the Tdx |
The default value of this property is poPortrait.
See Also