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
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
|---|