GetPageLayout
Description
Returns the initial page layout of the selected document.
Syntax
Delphi
function TQuickPDF0813.GetPageLayout: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetPageLayout As Long
DLL
int QuickPDFGetPageLayout(int InstanceID)
Return values
| 0 | SinglePage |
| 1 | OneColumn |
| 2 | TwoColumnLeft |
| 3 | TwoColumnRight |