DocumentActionCollection
概要
DocumentActionCollection は .NET 用の Aspose.PDF FOSS のクラスです。
ドキュメントレベルの /AA 追加アクション辞書 (PDF 32000-1 §12.6.3 表 195)。
このクラスは .NET プログラムで DocumentActionCollection オブジェクトを操作するための 1 つのメソッドを提供します。
利用可能なメソッドは次のとおりです: DocumentActionCollection。
すべてのパブリック メンバーは、Aspose.PDF FOSS for .NET パッケージをインストールした後、任意の .NET アプリケーションからアクセス可能です。
プロパティ: AfterPrinting、AfterSaving、BeforeClosing、BeforePrinting、BeforeSaving。
プロパティ
| Name | Type | Access | Description |
|---|---|---|---|
BeforeClosing | PdfAction? | Read/Write | ドキュメントが閉じられる前にトリガーされます (/AA /WC)。 |
BeforeSaving | PdfAction? | Read/Write | ドキュメントが保存される前にトリガーされます (/AA /WS)。 |
AfterSaving | PdfAction? | Read/Write | ドキュメントが保存された後にトリガーされます (/AA /DS)。 |
BeforePrinting | PdfAction? | Read/Write | ドキュメントが印刷される前にトリガーされます (/AA /WP)。 |
AfterPrinting | PdfAction? | Read/Write | ドキュメントが印刷された後にトリガーされます (/AA /DP)。 |
方法
| Signature | Description |
|---|---|
DocumentActionCollection(document: Document) | この DocumentActionCollection インスタンス上で DocumentActionCollection を呼び出します。 |