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
const wchar_t * DLGetActionType(int InstanceID, int ActionID);
Parameters
| ActionID | An ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions |
|---|