THPDFPage.Orientation

THPDFPage

 

맨 위  이전  다음

Determines document page orientation.

 

Delphi 구문:

 

type

THPDFPageOrientation = ( poPortrait, poLandscape );

 

property Orientation: THPDFPageOrientation;

 

C++ 구문:

enum THPDFPageOrientation { vpoPortrait, vpoLandscape };

 

__property THPDFPageOrientation Orientation;

 

설명

Print job이 landscape 또는 portrait로 print되는지 결정하려면 Orientation을 사용하십시오

 

THPDFPageOrientationOrientation property의 type입니다. 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.