SetActionURL
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Sets the target URL of the specified action.
Syntax
Delphi
function TQuickPDF0813.SetActionURL(ActionID: Integer; NewURL: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetActionURL(ActionID As Long,
NewURL As String) As Long
DLL
int QuickPDFSetActionURL(int InstanceID, int ActionID, wchar_t * NewURL)
Parameters
| ActionID | An ActionID as returned by the GetAnnotActionID, GetOutlineActionID or GetFormFieldActionID functions |
| NewURL | The new URL target |
Return values
| 0 | The specified ActionID was not valid |
| 1 | The action's target URL was set successfully |