Insert the entries in an array of Actions to the specific locations in the ActionCollection.
Actions does not accept a a null reference as a valid value.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | A given actions is a null reference. |
| ArgumentException | (At least) one of the entries in the given actions is already in this ActionCollection. (Duplicate actions) |
ActionCollection Class | TallComponents.PDF.Actions Namespace