Aspose::Cells::Rendering::PageSavingArgs class
PageSavingArgs class
Info for a page saving process.
class PageSavingArgs
Methods
| Method | Description |
|---|---|
| GetPageCount() | Total page count. |
| GetPageIndex() | Current page index, zero based. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PageSavingArgs& src) | operator= |
| PageSavingArgs(PageSavingArgs_Impl* impl) | Constructs from an implementation object. |
| PageSavingArgs(const PageSavingArgs& src) | Copy constructor. |
| ~PageSavingArgs() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++