PdfActionCollection.Item

PdfActionCollection indexer

Gets action by its index.

public PdfAction this[int index] { get; }
ParameterDescription
indexAction index value.

Return Value

Action index if found; otherwise, throws IndexOutOfRangeException

See Also