GetOutlineOpenFile

Outlines

Description

Returns the file name that the outline links to, if any.

Syntax

Delphi

function TPDFlib.GetOutlineOpenFile(OutlineID: Integer): WideString;

ActiveX

Function PDFlib::GetOutlineOpenFile(OutlineID As Long) As String

DLL

wchar_t * DLGetOutlineOpenFile(int InstanceID, int OutlineID);

Parameters

OutlineIDThe ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID.