The methods of the ActionCollection class are listed below. For a complete list of ActionCollection class members, see the ActionCollection Members topic.
![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
Accept | Accept all actions in this collection (in the order the collection contains the actions). |
Add | Adds an Action to the end of the ActionCollection. |
AddRange | Adds the entries in an array of actions to the end of the ActionCollection. |
Clear | Removes all actions from the ActionCollection. |
Contains | Determine whether an Action is in the ActionCollection. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Execute | Excute all actions in this collection (in the order the collection contains the actions). |
GetEnumerator | Implements GetEnumerator. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf | Searches for the specified Action in the ActionCollection. |
Insert | Insert an Action on a specific place in this ActionCollection. |
InsertRange | Insert the entries in an array of Actions to the specific locations in the ActionCollection. |
Remove | Removes an Action from this ActionCollection. |
RemoveAt | Removes an Action from the ActionCollection at the specified index. |
RemoveRange | Removes multiple actions from the collection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ActionCollection Class | TallComponents.PDF.Actions Namespace