Aspose::Pdf::Annotations::ActionCollection::Delete method

ActionCollection::Delete() method

Delete all actions.

void Aspose::Pdf::Annotations::ActionCollection::Delete()

See Also

ActionCollection::Delete(int32_t) method

Removes action from collection by index.

void Aspose::Pdf::Annotations::ActionCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tIndex of action to remove.

See Also