Aspose::Pdf::Annotations::PdfActionCollection::idx_get method

PdfActionCollection::idx_get method

Gets action by its index.

System::SharedPtr<PdfAction> Aspose::Pdf::Annotations::PdfActionCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tAction index value.

ReturnValue

Action index if found; otherwise, throws IndexOutOfRangeException

See Also