NewNamedDestination
Version history
This function was introduced in Quick PDF Library version 7.22.
Description
Creates a named destination.
Syntax
Delphi
function TQuickPDF0815.NewNamedDestination(DestName: WideString;
DestID: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::NewNamedDestination(DestName As String,
DestID As Long) As Long
DLL
int QuickPDFNewNamedDestination(int InstanceID, wchar_t * DestName, int DestID)
Parameters
| DestName | The name of the destination |
| DestID | The destination to assign a name to |