|
RAD Studio VCL Reference
|
TPrinterOrientation indicates the orientation of pages when printing.
TPrinterOrientation = ( poPortrait, poLandscape );
enum TPrinterOrientation { poPortrait, poLandscape };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|