|
THotPDF.PageLayout Property
|
Topo Anterior Seguinte |
|
Determina o esquema de página a usar quando o documento é aberto
type THPDFPageLayout = (plSinglePage, plOneColumn, plTwoColumnLeft, plTwoColumnRight);
Delphi syntax: property PageLayout: THPDFPageLayout;
C++ syntax: __property THPDFPageLayout PageLayout;
Descrição A propriedade PageLayout determina o esquema de página a usar quando o documento é aberto (valor predefinido: 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.
Code Example
|