DocumentActionCollection

DocumentActionCollection

概述

DocumentActionCollection 是一个类在Aspose.PDF FOSS的.NET中.

文件级/AA附加行动词典 (PDF 32000-1 §12.6.3 表195).

这个类提供了在NET程序中使用DocumentActionCollection 对象的1种方法. 有的方法包括: DocumentActionCollection. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AfterPrinting, AfterSaving, BeforeClosing, BeforePrinting, BeforeSaving.

属性

名称:类型Access描述情况
BeforeClosingPdfAction?阅读/写作在文件关闭前触发 (/AA /WC).
BeforeSavingPdfAction?阅读/写作在文件保存之前启动 (/AA /WS).
AfterSavingPdfAction?阅读/写作在文件保存后触发 (/AA /DS).
BeforePrintingPdfAction?阅读/写作在文档打印前启动 (/AA /WP).
AfterPrintingPdfAction?阅读/写作在文件打印后触发 (/AA /DP).

方法

Signature描述情况
DocumentActionCollection(document: Document)在这个 DocumentActionCollection 实例中调用DocumentActionCollection(文档.

查看更多

 中文