GetActionDest
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
This function will return a DestID if the specified action has a destination entry. The DestID can be used with the GetDestPage, GetDestType and GetDestValue functions.
Syntax
Delphi
function TQuickPDF0813.GetActionDest(ActionID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetActionDest(ActionID As Long) As Long
DLL
int QuickPDFGetActionDest(int InstanceID, int ActionID)
Parameters
| ActionID | An ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions |
Return values
| 0 | The specified action does not have a destination entry |
| Non-zero | A DestID that can be used with the destination functions. |