Aspose::Cells::Rendering::WorkbookPrintingPreview class
WorkbookPrintingPreview class
Workbook printing preview.
class WorkbookPrintingPreview
Methods
| Method | Description |
|---|---|
| GetEvaluatedPageCount() | Evaluate the total page count of this workbook. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const WorkbookPrintingPreview& src) | operator= |
| WorkbookPrintingPreview(const Workbook& workbook, const ImageOrPrintOptions& options) | The construct of WorkbookPrintingPreview. |
| WorkbookPrintingPreview(WorkbookPrintingPreview_Impl* impl) | Constructs from an implementation object. |
| WorkbookPrintingPreview(const WorkbookPrintingPreview& src) | Copy constructor. |
| ~WorkbookPrintingPreview() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++