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