Method InsertRange
Namespace TallComponents.PDF.Layout.Actions
Class ActionCollection
Insert the entries in an array of Actions to the specific locations in the ActionCollection.
Actions does not accept a as a valid value.
Syntax
public
Void
InsertRange(
Int32
index
,
Action[]
actions
)
Returns
Void
Parameters
Int32
index
The zero based start index for the inserted actions.
Action[]
actions
The actions to be inserted in the .