Aspose::Pdf::PageActionCollection class

PageActionCollection class

This class describes page actions.

class PageActionCollection : public Aspose::Pdf::BaseActionCollection

Methods

MethodDescription
get_OnClose()An action that shall be performed when the page is closed.
get_OnOpen()An action that shall be performed when the page is opened.
RemoveActions()Removes all actions of the annotation.
set_OnClose(System::SharedPtr<Annotations::PdfAction>)An action that shall be performed when the page is closed.
set_OnOpen(System::SharedPtr<Annotations::PdfAction>)An action that shall be performed when the page is opened.

See Also