GetOutlinePage
Description
Returns the page number that the outline links to.
Syntax
Delphi
function TQuickPDF0813.GetOutlinePage(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlinePage(OutlineID As Long) As Long
DLL
int QuickPDFGetOutlinePage(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. |