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 LongDLL
int DLNewNamedDestination(int InstanceID, wchar_t * DestName, int DestID);Parameters
| DestName | The name of the destination |
|---|---|
| DestID | The destination to assign a name to |