GetActionType

Annotations and hotspot links

Description

Returns the action type of the specified action, for example "GoTo" or "GoToR".

Syntax

Delphi

function TPDFlib.GetActionType(ActionID: Integer): WideString;

ActiveX

Function PDFlib::GetActionType(ActionID As Long) As String

DLL

wchar_t * DLGetActionType(int InstanceID, int ActionID);

Parameters

ActionIDAn ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions