PageActionCollection
Overview
PageActionCollection is a class in Aspose.PDF FOSS for .NET.
Per-page additional actions (PDF 32000 §12.6.3 /AA entries).
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. |