Removes all actions from the ActionCollection.
C#
ActionCollection actions = new ActionCollection(); actions.Add( new GoToAction( page ) ); actions.Clear();VB.NET
Dim actions as ActionCollection = new ActionCollection() actions.Add( new GoToAction( page ) ) actions.Clear()
ActionCollection Class | TallComponents.PDF.Actions Namespace