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