THotPDF.PageLayout Property
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THotPDF.PageLayout Property

THotPDF

 

Top  Previous  Next

Determines the page layout to be used when the document is opened.

 

type

THPDFPageLayout = (plSinglePage, plOneColumn, plTwoColumnLeft, plTwoColumnRight);

 

Delphi syntax:

property PageLayout: THPDFPageLayout;

 

C++ syntax:

__property THPDFPageLayout  PageLayout;

 

Description

Use PageLayout to determine page layout to be used when the document is opened. ( default value:  plSinglePage)

 

Value                Meaning


plSinglePage                Display one page at a time.

plOneColumn                Display the pages in one column.

plTwoColumnLeft        Display the pages in two columns, with oddnumbered pages on the left.

plTwoColumnRight        Display the pages in two columns, with oddnumbered pages on the right.

 

Example

Copyright©2007-2019 losLab.com