GetOutlineID
Version history
This function was renamed in Quick PDF Library version 7.11.
The function name in earlier versions was OutlineID.
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 TQuickPDF0813.GetOutlineID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineID(Index As Long) As Long
DLL
int QuickPDFGetOutlineID(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. |