Aspose::Pdf::Annotations::ActionCollection class

ActionCollection class

Collection of actions.

class ActionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Annotations::PdfAction>>

Methods

MethodDescription
Add(const System::SharedPtr<PdfAction>&) overrideAdds new action into colleciton.
Clear() overrideClear collection.
Contains(const System::SharedPtr<PdfAction>&) const overrideReturns true if give item presents in the collection.
CopyTo(System::ArrayPtr<System::SharedPtr<PdfAction>>, int32_t) overrideCopies actions array into collection.
Delete(int32_t)Removes action from collection by index.
Delete()Delete all actions.
get_Count() const overrideCount of actions on the collection.
get_IsReadOnly() const overrideReturns true if collection is readonly.
get_IsSynchronized()Returns true if object is synchronized.
get_SyncRoot() constGets synchronization object.
GetEnumerator() overrideReturns enumerator for collection.
idx_get(int32_t)Gets action by its index.
Remove(const System::SharedPtr<PdfAction>&) overrideRemoves item from collection.

See Also