GetParentOutline
Outlines
Description
Returns the ID of the outline that is the parent of the specified outline.
Syntax
Delphi
function TPDFlib.GetParentOutline(OutlineID: Integer): Integer;ActiveX
Function PDFlib::GetParentOutline(OutlineID As Long) As LongDLL
int DLGetParentOutline(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. |
|---|