IAction Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This interface represents an action.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public interface IAction

The IAction type exposes the following members.

Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this dictionary. The value is either a single action dictionary or an array of action dictionaries that shall be performed in order; see the Note for further discussion.
Top
See Also

Reference