PageOrientation
The PageOrientation property specifies the orientation for the page.
Syntax
[VC++]
long GetPageOrientation();
void SetPageOrientation(long nNewValue);
[C#]
public abstract new eDocEngineX.TxgtPrinterOrientation PageOrientation [ get, set ]
[VB]
Property PageOrientation As TxgtPrinterOrientation
Remarks
The orientation can be Portrait or Landscape. Following are the values for TxgtPrinterOrientation:
Printer Orientation
Values
poPotrait
0
poLandscape
1