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