HotPDF Delphi PDF Component Developer Guide | ![]() |
THotPDF.PageLayout Property
|
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.
|
Copyright©2007-2019 losLab.com |