SelectPage
Page layout, Page manipulation
Description
Selects a page of the selected document.
Syntax
Delphi
function TQuickPDF0813.SelectPage(PageNumber: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SelectPage(PageNumber As Long) As Long
DLL
int QuickPDFSelectPage(int InstanceID, int PageNumber)
Parameters
| PageNumber | The page to select |
Return values
| 0 | The specified page could not be found |
| 1 | The page was selected successfully |