GetOutlineJavaScript

JavaScript, Outlines

Description

Returns the JavaScript associated with the outline, if any.

Syntax

Delphi

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

ActiveX

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

DLL

wchar_t * DLGetOutlineJavaScript(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.