Aspose::Pdf::Annotations::ActionCollection::idx_get method

ActionCollection::idx_get method

Gets action by its index.

System::SharedPtr<PdfAction> Aspose::Pdf::Annotations::ActionCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of action.

ReturnValue

Retreived action.

See Also