GetDestName

Annotations and hotspot links

Description

Returns the name of the specified destination.

Syntax

Delphi

function TPDFlib.GetDestName(DestID: Integer): WideString;

ActiveX

Function PDFlib::GetDestName(DestID As Long) As String

DLL

wchar_t * DLGetDestName(int InstanceID, int DestID);

Parameters

DestIDThe ID of the destination to analyse. A valid destination ID is returned by the GetOutlineDest function.