Aspose::Cells::Rendering::WorkbookPrintingPreview class

WorkbookPrintingPreview class

Workbook printing preview.

class WorkbookPrintingPreview

Methods

MethodDescription
GetEvaluatedPageCount()Evaluate the total page count of this workbook.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also