RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Printers.TPrinterOrientation Enumeration

TPrinterOrientation indicates the orientation of pages when printing.

Pascal
TPrinterOrientation = (
  poPortrait,
  poLandscape
);
C++
enum TPrinterOrientation {
  poPortrait,
  poLandscape
};

Printers

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!