GetOutlineOpenFile
Outlines
Description
Returns the file name that the outline links to, if any.
Syntax
Delphi
function TPDFlib.GetOutlineOpenFile(OutlineID: Integer): WideString;ActiveX
Function PDFlib::GetOutlineOpenFile(OutlineID As Long) As StringDLL
wchar_t * DLGetOutlineOpenFile(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. |
|---|