Click or drag to resize

PdfActionCollection Class

Represents the sequence of actions to be performed after the Parent action.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.ActionsPdfActionCollection

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfActionCollection : IList<PdfAction>, 
	ICollection<PdfAction>, IEnumerable<PdfAction>, IEnumerable

The PdfActionCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of actions contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets or sets the action at the specified index
Public propertyParent Gets the parent action.
Top
Methods
 NameDescription
Public methodAdd Adds an action to the collection
Public methodClear Removes all the actions from the collection
Public methodContains Determines whether the collection contains a specific action.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetByDictionary Determines whether the collection contains a specific action.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific action in the collection.
Public methodInsert Inserts an action to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific action from the collection.
Public methodRemoveAt Removes the action at the specified index.
Top
See Also