GetOpenActionDestination
Document properties
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 TPDFlib.GetOpenActionDestination: Integer;ActiveX
Function PDFlib::GetOpenActionDestination As LongDLL
int DLGetOpenActionDestination(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 |