GetOutlinePage

Outlines

Description

Returns the page number that the outline links to.

Syntax

Delphi

function TPDFlib.GetOutlinePage(OutlineID: Integer): Integer;

ActiveX

Function PDFlib::GetOutlinePage(OutlineID As Long) As Long

DLL

int DLGetOutlinePage(int InstanceID, int OutlineID);

Parameters

OutlineIDThe ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID.