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 Long

DLL

int DLSelectPage(int InstanceID, int PageNumber);

Parameters

PageNumberThe page to select

Return values

0The specified page could not be found The page was selected successfully
1