GetOutlineWebLink
Outlines
Description
Returns the web link (internet URL) that the outline links to, if any.
Syntax
Delphi
function TPDFlib.GetOutlineWebLink(OutlineID: Integer): WideString;ActiveX
Function PDFlib::GetOutlineWebLink(OutlineID As Long) As StringDLL
wchar_t * DLGetOutlineWebLink(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. |
|---|