GetActionURL
Annotations and hotspot links
Description
Returns the target URL of the specified action.
Syntax
Delphi
function TPDFlib.GetActionURL(ActionID: Integer): WideString;ActiveX
Function PDFlib::GetActionURL(ActionID As Long) As StringDLL
wchar_t * DLGetActionURL(int InstanceID, int ActionID);Parameters
| ActionID | An ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions |
|---|