IActionNext Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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.

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

IList<IAction> Next { get; }

Property Value

Type: IListIAction
See Also

Reference