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
const wchar_t * DLGetDestName(int InstanceID, int DestID);
Parameters
| DestID | The ID of the destination to analyze. A valid destination ID is returned by the GetOutlineDest function. |
|---|