THPDFPage.Orientation

THPDFPage

 

ด้านบน  ก่อนหน้า  ถัดไป

กำหนดวางแนวหน้ากระดาษของเอกสาร

 

Delphi syntax:

 

ประเภท

THPDFPageOrientation = ( poPortrait, poLandscape );

 

property Orientation: THPDFPageOrientation;

 

C++ syntax:

enum THPDFPageOrientation { vpoPortrait, vpoLandscape };

 

__property THPDFPageOrientation Orientation;

 

คำอธิบาย

ใช้ Orientation เพื่อกำหนดว่างานพิมพ์จะพิมพ์เป็นแนวนอนหรือแนวตั้ง

 

THPDFPageOrientation คือประเภทของคุณสมบัติ Orientation ต่อไปนี้คือค่าที่เป็นไปได้สำหรับ THPDFPageOrientation

 

Value        Meaning


สำหรับ Delphi :

poPortrait        The page vertically orientation.

poLandscape        The page horizontally orientation.

 

สำหรับ C++Builder :

vpoPortrait        The page vertically orientation.

vpoLandscape        The page horizontally orientation.