SetOutlineNamedDestination
Annotations and hotspot links, Outlines
Version history
This function was introduced in Quick PDF Library version 7.22.
Description
Sets the destination of the specified outline item (bookmark) to a named destination.
Syntax
Delphi
function TQuickPDF0815.SetOutlineNamedDestination(OutlineID: Integer;
DestName: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetOutlineNamedDestination(OutlineID As Long,
DestName As String) As Long
DLL
int QuickPDFSetOutlineNamedDestination(int InstanceID, int OutlineID,
wchar_t * DestName)
Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
| DestName | The named destination. |
Return values
| 0 | The OutlineID was invalid |
| 1 | Success |