Vcl.Dialogs.TPrinterOrientation
Delphi
TPrinterOrientation = Vcl.Printers.TPrinterOrientation; // required for Form Designer
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Dialogs.pas | Vcl.Dialogs | Vcl.Dialogs |
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. |