PDFReaderControls.NET Professional Type Reference

ActionCollection.AddRange Method 

Adds the entries in an array of actions to the end of the ActionCollection.

public void AddRange(
   Action[] actions
);

Parameters

actions
The array of actions to be added to the end of the ActionCollection.

Remarks

ActionCollection does not accept a a null reference 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.)

ActionCollection does not accept duplicate elements.

Exceptions

Exception TypeCondition
ArgumentNullExceptionA given action is a null reference.
ArgumentException(At least) one of the entries in the given actions is already in this ActionCollection. (Duplicate action)

See Also

ActionCollection Class | TallComponents.PDF.Actions Namespace