PageActionCollection
Overview
PageActionCollection is a class in Aspose.PDF FOSS for .NET.
Per-page additional actions (PDF 32000 §12.6.3 /AA entries).
This class provides 1 method for working with PageActionCollection objects in .NET programs.
Available methods include: RemoveActions.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: OnClose, OnOpen.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
OnOpen | Aspose.Pdf.Annotations.PdfAction? | Read/Write | Action fired when the page is opened in the viewer. |
OnClose | Aspose.Pdf.Annotations.PdfAction? | Read/Write | Action fired when the page is closed in the viewer. |
Methods
| Signature | Description |
|---|---|
RemoveActions() | Remove all page-level additional actions (clears /AA open and close). |