Class PdfActionCollection

PdfActionCollection class

Class describes list of actions.

public class PdfActionCollection : IEnumerable<PdfAction>

Properties

NameDescription
Count { get; }Gets count of actions.
Item { get; }Gets action by its index.

Methods

NameDescription
Add(PdfAction)Add action to action list.
Delete(int)Remove action by index.
GetEnumerator()Gets enumerator.

See Also