OutlineTitle
Outlines
Description
Returns the title of an outline item (bookmark).
Syntax
Delphi
Function TPDFlib.OutlineTitle(OutlineID: Integer): WideString;
ActiveX
Function PDFlib::OutlineTitle(OutlineID As Long) As String
DLL
const wchar_t * DLOutlineTitle(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. |
|---|