PdfActionCollection

PdfActionCollection class

Class describes list of actions.

The PdfActionCollection type exposes the following members:

Properties

NameDescription
countGets count of actions.

Indexer

NameDescription
[index]Gets action by its index.

Methods

NameDescription
delete(index)Remove action by index.
add(action)Add action to action list.

See Also