Aspose::Pdf::Annotations::DocumentActionCollection class
Contents
[
Hide
]DocumentActionCollection class
Class describes actions performed on some actions with document.
class DocumentActionCollection : public System::Object
Methods
Method | Description |
---|---|
DocumentActionCollection(System::SharedPtr<Document>) | Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object. |
get_AfterPrinting() const | Action that will be performed after document printing. |
get_AfterSaving() const | Gets action that will be performed after document saving. |
get_BeforeClosing() const | Gets action that will be performed before documetn closing. |
get_BeforePrinting() const | Action that will be performed before document printing. |
get_BeforeSaving() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++