NewNamedDestination

Annotations and hotspot links

Description

Creates a named destination.

Syntax

Delphi

function TPDFlib.NewNamedDestination(Const DestName: WideString; DestID: Integer): Integer;

ActiveX

Function PDFlib::NewNamedDestination(DestName As String, DestID As Long) As Long

DLL

int DLNewNamedDestination(int InstanceID, wchar_t * DestName, int DestID);

Parameters

DestNameThe name of the destination
DestIDThe destination to assign a name to