GetNextOutline
Outlines
Description
Returns the ID of the outline that is below the specified outline at the same level.
Syntax
Delphi
function TPDFlib.GetNextOutline(OutlineID: Integer): Integer;ActiveX
Function PDFlib::GetNextOutline(OutlineID As Long) As LongDLL
int DLGetNextOutline(int InstanceID, int OutlineID);Parameters
| OutlineID | The ID of the outline item to work with. This ID is returned by the NewOutline or NewStaticOutline functions, or retrieved with the GetOutlineID function or Get*Outline functions. |
|---|