DocumentActionCollection

DocumentActionCollection class

Class describes actions performed on some actions with document

The DocumentActionCollection type exposes the following members:

Constructors

NameDescription
DocumentActionCollection(document)Initializes a new instance of the DocumentActionCollection class

Properties

NameDescription
before_savingGets or sets action performed before document saving.
before_closingGets or sets action that will be performed before documetn closing.
after_savingGets or sets action that will be performed after document saving.
before_printingAction that will be performed before document printing.
after_printingAction that will be performed after document printing.

See Also