ActionCollection.Item

ActionCollection indexer

Gets action by its index.

public PdfAction this[int index] { get; }
ParameterDescription
indexIndex of action.

Return Value

Retreived action.

See Also