GetOutlineDest
Description
Retrieves information about the destination the specified outline links to.
Syntax
Delphi
function TQuickPDF0813.GetOutlineDest(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineDest(OutlineID As Long) As Long
DLL
int QuickPDFGetOutlineDest(int InstanceID, int OutlineID)
Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
Return values
| 0 | The outline does not have a valid destination or the outline could not be found |
| Non-zero | A destination ID (or DestID) that can be used with the GetDestPage, GetDestType and GetDestValue functions |