HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THPDFPage.Orientation

THPDFPage

 

Top  Previous  Next

Determines document page orientation.

 

Delphi syntax:

 

type

THPDFPageOrientation = ( poPortrait, poLandscape );

 

property Orientation: THPDFPageOrientation;

 

C++ syntax:

enum THPDFPageOrientation { vpoPortrait, vpoLandscape };

 

__property THPDFPageOrientation Orientation;

 

Description

Use Orientation to determine if a print job prints in landscape or portrait.

 

THPDFPageOrientation is the type of the Orientation property. These are the possible values for THPDFPageOrientation:

 

Value        Meaning


for Delphi :

poPortrait        The page vertically orientation.

poLandscape        The page horizontally orientation.

 

for C++Builder :

vpoPortrait        The page vertically orientation.

vpoLandscape        The page horizontally orientation.

 

Copyright©2007-2025 losLab.com