Aspose::Pdf::Annotations::DocumentActionCollection class

DocumentActionCollection class

Class describes actions performed on some actions with document.

class DocumentActionCollection : public System::Object

Methods

MethodDescription
DocumentActionCollection(System::SharedPtr<Document>)Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object.
get_AfterPrinting() constAction that will be performed after document printing.
get_AfterSaving() constGets action that will be performed after document saving.
get_BeforeClosing() constGets action that will be performed before documetn closing.
get_BeforePrinting() constAction that will be performed before document printing.
get_BeforeSaving() constGets action performed before document saving.
set_AfterPrinting(System::SharedPtr<PdfAction>)Action that will be performed after document printing.
set_AfterSaving(System::SharedPtr<PdfAction>)Sets action that will be performed after document saving.
set_BeforeClosing(System::SharedPtr<PdfAction>)Sets action that will be performed before documetn closing.
set_BeforePrinting(System::SharedPtr<PdfAction>)Action that will be performed before document printing.
set_BeforeSaving(System::SharedPtr<PdfAction>)Sets action performed before document saving.

See Also