Method Insert
Namespace TallComponents.PDF.Layout.Actions
Class ActionCollection
Insert an on a specific place in this .
Syntax
public
Void
Insert(
Int32
index
,
Action
action
)
Returns
Void
Parameters
Int32
index
The zero-based index at which the should be inserted.
Action
action
The to be insert.