GetDestPage
Description
Returns the page number of the specified destination, or zero if the destination is invalid or does not contain a page number.
Syntax
Delphi
function TQuickPDF0813.GetDestPage(DestID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetDestPage(DestID As Long) As Long
DLL
int QuickPDFGetDestPage(int InstanceID, int DestID)
Parameters
| DestID | The ID of the destination to analyse. A valid destination ID is returned by the GetOutlineDest function. |