Insert an Action on a specific place in this ActionCollection.
Namespace: TallComponents.PDF.Layout.ActionsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public void Insert( int index, Action action ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ action As Action _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the Action should be inserted.
- action
- Type: TallComponents.PDF.Layout.Actions..::..Action
The Action to be insert.