GetDestPage
Annotations and hotspot links
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 TPDFlib.GetDestPage(DestID: Integer): Integer;ActiveX
Function PDFlib::GetDestPage(DestID As Long) As LongDLL
int DLGetDestPage(int InstanceID, int DestID);Parameters
| DestID | The ID of the destination to analyse. A valid destination ID is returned by the GetOutlineDest function. |
|---|