Aspose::Pdf::PageActionCollection class
PageActionCollection class
This class describes page actions.
class PageActionCollection : public Aspose::Pdf::BaseActionCollection
Methods
Method | Description |
---|---|
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. |
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
- Class BaseActionCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++