Available for: UI for ASP.NET MVC | UI for ASP.NET AJAX | UI for Blazor | UI for WPF | UI for WinForms | UI for Silverlight | UI for Xamarin | UI for WinUI | UI for ASP.NET Core | UI for .NET MAUI

Actions Overview

The abstract Action class defines a behavior for an annotation. Action is inherited from the following classes:

Telerik Document Processing Ninja image

The Actions is part of Telerik Document Processing, a professional grade .NET library for creating and manipulating PDF, Word, XLSX and HTML files. To try it out sign up for a free 30-day trial.

Action Type Description
GoToAction Associates the action with a Destination. The GoToAction class exposes the following properties:
Destination: The associated destination.
NamedDestination: The associated named destination.
UriAction Associates the action with an Uri. The UriAction class exposes the following properties:
Uri: The associated Uri.
IncludeMouseCoordinates: Specifies whether to include the mouse coordinates as query parameters in the Uri.
JavaScriptAction Represents a JavaScript action which exposes the following property:
Script: Gets or sets the script.
NamedAction Represents a named action which exposes the following property:
NamedActionType: The type of the action representing the menu item to be executed.
ResetFormAction Represents an action that resets the specified form fields in a document.
LaunchAction Represents an action which launches an application, usually to open a file.
GoToRAction (“Go-to remote”) Go to a destination in another document.

See Also

In this article