Class DocumentActionCollection
Contents
[
Hide
]DocumentActionCollection class
Class describes actions performed on some actions with document
public sealed class DocumentActionCollection
Constructors
| Name | Description |
|---|---|
| DocumentActionCollection(Document) | Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object. |
Properties
| Name | Description |
|---|---|
| AfterPrinting { get; set; } | Action that will be performed after document printing. |
| AfterSaving { get; set; } | Gets or sets action that will be performed after document saving. |
| BeforeClosing { get; set; } | Gets or sets action that will be performed before documetn closing. |
| BeforePrinting { get; set; } | Action that will be performed before document printing. |
| BeforeSaving { get; set; } | Gets or sets action performed before document saving. |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF