DocumentActionCollection

DocumentActionCollection

Overview

DocumentActionCollection is a class in Aspose.PDF FOSS for .NET.

Document-level /AA additional-action dictionary (PDF 32000-1 §12.6.3 Table 195).

This class provides 1 method for working with DocumentActionCollection objects in .NET programs. Available methods include: DocumentActionCollection. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: AfterPrinting, AfterSaving, BeforeClosing, BeforePrinting, BeforeSaving.

Properties

NameTypeAccessDescription
BeforeClosingPdfAction?Read/WriteTriggered before the document is closed (/AA /WC).
BeforeSavingPdfAction?Read/WriteTriggered before the document is saved (/AA /WS).
AfterSavingPdfAction?Read/WriteTriggered after the document is saved (/AA /DS).
BeforePrintingPdfAction?Read/WriteTriggered before the document is printed (/AA /WP).
AfterPrintingPdfAction?Read/WriteTriggered after the document is printed (/AA /DP).

Methods

SignatureDescription
DocumentActionCollection(document: Document)Calls DocumentActionCollection on this DocumentActionCollection instance.

See Also