Method AddRange
Namespace TallComponents.PDF.Layout.Actions
Class ActionCollection
Adds the entries in an array of actions to the end of the ActionCollection.
does not accept a as a valid value.
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
does not accept duplicate elements.
Syntax
public
Void
AddRange(
Action[]
actions
)
Returns
Void
Parameters
Action[]
actions
The array of actions to be added to the end of the .