GetNamedDestination
Document properties, Annotations and hotspot links
Version history
This function was introduced in Quick PDF Library version 7.13.
Description
Locates the named destination with the specified name and returns a DestID that can be used with the GetDestPage, GetDestType and GetDestValue functions.
Syntax
Delphi
function TQuickPDF0813.GetNamedDestination(DestName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetNamedDestination(DestName As String) As Long
DLL
int QuickPDFGetNamedDestination(int InstanceID, wchar_t * DestName)
Parameters
| DestName | The name of the named destination to search for |
Return values
| 0 | The specified named destination could not be found |
| Non-zero | A DestID that can be used with the destination functions |