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 LongDLL
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. |
|---|