OpenOutline

Outlines

Description

Expands an outline item (bookmark).

Syntax

Delphi

function TPDFlib.OpenOutline(OutlineID: Integer): Integer;

ActiveX

Function PDFlib::OpenOutline(OutlineID As Long) As Long

DLL

int DLOpenOutline(int InstanceID, int OutlineID);

Parameters

OutlineIDThe 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.

Return values

0The Outline ID provided was invalid
1The outline item was expanded