GetOutlineID
Outlines
Description
Returns the Outline ID of the outline item (bookmark) with the specified index. The first outline item has an index of 1.
Syntax
Delphi
function TPDFlib.GetOutlineID(Index: Integer): Integer;ActiveX
Function PDFlib::GetOutlineID(Index As Long) As LongDLL
int DLGetOutlineID(int InstanceID, int Index);Parameters
| Index | The index of the outline item to retrieve the ID of. The first outline item has an index of 1. |
|---|