PDFKit.NET 2.0 Class Library (.NET 2.0)

ActionCollection.Insert Method 

Insert an Action on a specific place in this ActionCollection.

public void Insert(
   int index,
   Action action
);

Parameters

index
The zero-based index at which the Action should be inserted.
action
The Action to be insert.

See Also

ActionCollection Class | TallComponents.PDF.Actions Namespace