Vcl.Printers.TPrinterOrientation
Delphi
TPrinterOrientation = System.UITypes.TPrinterOrientation;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Printers.pas | Vcl.Printers | Vcl.Printers |
Description
TPrinterOrientation indicates the orientation of pages when printing.
These are the possible values for TPrinterOrientation:
| Value | Meaning |
|---|---|
|
poPortrait |
The job prints vertically on the page. |
|
poLandscape |
The job prints horizontally on the page. |