Aspose::Pdf::Annotations::PdfActionCollection class

PdfActionCollection class

Class describes list of actions.

class PdfActionCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::Annotations::PdfAction>>

Methods

MethodDescription
Add(System::SharedPtr<PdfAction>)Add action to action list.
Delete(int32_t)Remove action by index.
get_Count()Gets count of actions.
GetEnumerator() overrideGets enumerator.
idx_get(int32_t)Gets action by its index.

See Also