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 Long

DLL

int DLGetOpenActionDestination(int InstanceID);

Return values

0The document does not have an open action destination
Non-zeroA DestID that can be used with the GetDestPage, GetDestType and GetDestValue functions