Represents page orientations for printers.
Source position: printers.pas line 35
type TPrinterOrientation = ( |
||
poPortrait, |
|
Output uses Portrait orientation. |
poLandscape, |
|
Output uses Landscape orientation. |
poReverseLandscape, |
|
Output uses Landscape orientation with coordinates rotated 180 degrees. |
poReversePortrait |
|
Output uses Portrait orientation with coordinates rotated 180 degrees. |
); |
TPrinterOrientation is an enumerated type with values that represent page orientations used for print devices and their canvases. TPrinterOrientation is the type used to implement TPrinter.Orientation and TPrinterCanvas.Orientation properties.
|
Orientation for the page on the paper. |
|
|
Orientation of the page on the selected paper. |