Aspose::Cells::Rendering::WorkbookRender::WorkbookRender constructor

WorkbookRender::WorkbookRender(const Workbook&, const ImageOrPrintOptions&) constructor

The construct of WorkbookRender.

Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(const Workbook &workbook, const ImageOrPrintOptions &options)
ParameterTypeDescription
workbookconst Workbook&Indicate which workbook to be rendered.
optionsconst ImageOrPrintOptions&ImageOrPrintOptions contains some property of output image

See Also

WorkbookRender::WorkbookRender(WorkbookRender_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(WorkbookRender_Impl *impl)

See Also

WorkbookRender::WorkbookRender(const WorkbookRender&) constructor

Copy constructor.

Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(const WorkbookRender &src)

See Also