PDFKit.NET 2.0 Class Library (.NET 2.0)

ActionCollection.InsertRange Method 

Insert the entries in an array of Actions to the specific locations in the ActionCollection.

public void InsertRange(
   int index,
   Action[] actions
);

Parameters

index
The zero based start index for the inserted actions.
actions
The actions to be interted in the ActionCollection.

Remarks

Actions does not accept a a null reference as a valid value.

Exceptions

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

See Also

ActionCollection Class | TallComponents.PDF.Actions Namespace