GetOpenActionDestination
Description
Retrieves the ID of the open action destination, if any. This ID can be used with the GetDestPage, GetDestType and GetDestValue functions to obtain information about the open action destination.
Syntax
Delphi
function TQuickPDF0813.GetOpenActionDestination: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOpenActionDestination As Long
DLL
int QuickPDFGetOpenActionDestination(int InstanceID)
Return values
| 0 | The document does not have an open action destination |
| Non-zero | A DestID that can be used with the GetDestPage, GetDestType and GetDestValue functions |