Aspose::Page::XPS::Features::EventBasedModifications::BeforeSavingEventArgs class
Contents
[
Hide
]BeforeSavingEventArgs class
Defines the base class for arguments of various before-saving events.
template<typename>class BeforeSavingEventArgs : public System::Object
| Parameter | Description |
|---|---|
| T | The modification API type. |
Methods
| Method | Description |
|---|---|
| get_AbsolutePageNumber() const | The current absolute page number across all documents within the XPS package. |
| get_DocumentNumber() const | The current document number within the XPS package. |
| get_ElementAPI() const | Gets the modification API of the element that is about to be saved. |
| get_OutputPageNumber() const | The current output number. It differs from AbsolutePageNumber if the PageNumbers save option is specified. |
| get_RelativePageNumber() const | The current page number relative to the current document within the XPS package. |
| SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
See Also
- Class Object
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++