GetActionType
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the action type of the specified action, for example "GoTo" or "GoToR".
Syntax
Delphi
function TQuickPDF0813.GetActionType(ActionID: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetActionType(ActionID As Long) As String
DLL
wchar_t * QuickPDFGetActionType(int InstanceID, int ActionID)
Parameters
| ActionID | An ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions |