Class PdfActionCollection
PdfActionCollection class
Class describes list of actions.
public class PdfActionCollection : IEnumerable<PdfAction>
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets count of actions. |
| Item { get; } | Gets action by its index. |
Methods
| Name | Description |
|---|---|
| Add(PdfAction) | Add action to action list. |
| Delete(int) | Remove action by index. |
| GetEnumerator() | Gets enumerator. |
See Also
- class PdfAction
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF