SetPageLayout
Description
Sets the initial page layout of the document.
Syntax
Delphi
function TQuickPDF0813.SetPageLayout(NewPageLayout: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetPageLayout(NewPageLayout As Long) As Long
DLL
int QuickPDFSetPageLayout(int InstanceID, int NewPageLayout)
Parameters
| NewPageLayout |
0 = Single page 1 = One column 2 = Two columns, first page on left 3 = Two columns, first page on right |
Return values
| 0 | The page mode could not be set |
| 1 | The page mode was set successfully |