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