DocumentActionCollection Class
Class describes actions performed on some actions with document
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.AnnotationsDocumentActionCollection

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class DocumentActionCollection

The DocumentActionCollection type exposes the following members.

Constructors
  NameDescription
Public methodDocumentActionCollection
Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object.
Properties
  NameDescription
Public propertyAfterPrinting
Action that will be performed after document printing.
Public propertyAfterSaving
Gets or sets action that will be performed after document saving.
Public propertyBeforeClosing
Gets or sets action that will be performed before documetn closing.
Public propertyBeforePrinting
Action that will be performed before document printing.
Public propertyBeforeSaving
Gets or sets action performed before document saving.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also