 | PdfActionCollection Class |
Represents the sequence of actions to be performed after the
Parent action.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class PdfActionCollection : IList<PdfAction>,
ICollection<PdfAction>, IEnumerable<PdfAction>, IEnumerable
Public Class PdfActionCollection
Implements IList(Of PdfAction), ICollection(Of PdfAction),
IEnumerable(Of PdfAction), IEnumerable
public ref class PdfActionCollection : IList<PdfAction^>,
ICollection<PdfAction^>, IEnumerable<PdfAction^>, IEnumerable
type PdfActionCollection =
class
interface IList<PdfAction>
interface ICollection<PdfAction>
interface IEnumerable<PdfAction>
interface IEnumerable
endpublic class PdfActionCollection implements IList<PdfAction>,
ICollection<PdfAction>, IEnumerable<PdfAction>, IEnumerable
Patagames.Pdf.Net.Actions.PdfActionCollection = function();
Type.createClass(
'Patagames.Pdf.Net.Actions.PdfActionCollection',
null,
IList`1,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfActionCollection type exposes the following members.
Properties| | Name | Description |
|---|
 | Count |
Gets the number of actions contained in the collection.
|
 | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
 | Item |
Gets or sets the action at the specified index
|
 | Parent |
Gets the parent action.
|
Top
Methods| | Name | Description |
|---|
 | Add |
Adds an action to the collection
|
 | Clear |
Removes all the actions from the collection
|
 | Contains |
Determines whether the collection contains a specific action.
|
 | CopyTo |
Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
|
 | GetByDictionary |
Determines whether the collection contains a specific action.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | IndexOf |
Determines the index of a specific action in the collection.
|
 | Insert |
Inserts an action to the collection at the specified index.
|
 | Remove |
Removes the first occurrence of a specific action from the collection.
|
 | RemoveAt |
Removes the action at the specified index.
|
Top
See Also