Class DocumentActionCollection

DocumentActionCollection class

Class describes actions performed on some actions with document

public sealed class DocumentActionCollection

Constructors

NameDescription
DocumentActionCollection(Document)Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object.

Properties

NameDescription
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