Insert an Action on a specific place in this ActionCollection.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.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.Actions..::..Action
The Action to be insert.

See Also