ClassAction
Class
Abstract base for interactive PDF actions attached to annotations, form fields, or document events.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class Action
Inheritance: objectAction
Derived Classes:
Constructors
Action()
Initialize the base for action objects that trigger behavior in response to document events or user interaction.
Declaration
cs-api-definition
protected Action()