PdfActionCollection

PdfActionCollection

Overview

PdfActionCollection is a class in Aspose.PDF FOSS for .NET. Inherits from: IEnumerable<PdfAction>.

Collection of PdfAction entries attached to an annotation (or any other action-bearing PDF object).

This class provides 3 methods for working with PdfActionCollection objects in .NET programs. Available methods include: Add, Delete, GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadNumber of actions in the collection.

Methods

SignatureDescription
Add(action: PdfAction)Append action to the collection.
Delete(index: int)Remove the action at the given 1-based index.
GetEnumerator()Calls GetEnumerator on this PdfActionCollection instance.

See Also