GetOutlineWebLink
Description
Returns the web link (internet URL) that the outline links to, if any.
Syntax
Delphi
function TQuickPDF0813.GetOutlineWebLink(OutlineID: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineWebLink(OutlineID As Long) As String
DLL
wchar_t * QuickPDFGetOutlineWebLink(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. |