PageActionCollection

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

NameTypeAccessDescription
OnOpenAspose.Pdf.Annotations.PdfAction?Read/WriteAction fired when the page is opened in the viewer.
OnCloseAspose.Pdf.Annotations.PdfAction?Read/WriteAction fired when the page is closed in the viewer.

See Also