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