Aspose::Cells::Rendering::WorkbookRender::ToImage method

WorkbookRender::ToImage() method

Render whole workbook as Tiff Image to stream.

Vector<uint8_t> Aspose::Cells::Rendering::WorkbookRender::ToImage()
ParameterTypeDescription

See Also

WorkbookRender::ToImage(const U16String&) method

Render whole workbook as Tiff Image to a file.

void Aspose::Cells::Rendering::WorkbookRender::ToImage(const U16String &filename)
ParameterTypeDescription
filenameconst U16String&the filename of the output image

See Also

WorkbookRender::ToImage(const char16_t*) method

Render whole workbook as Tiff Image to a file.

void Aspose::Cells::Rendering::WorkbookRender::ToImage(const char16_t *filename)
ParameterTypeDescription
filenameconst char16_t*the filename of the output image

See Also

WorkbookRender::ToImage(int32_t, const U16String&) method

Render certain page to a file.

void Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex, const U16String &fileName)
ParameterTypeDescription
pageIndexint32_tindicate which page is to be converted
fileNameconst U16String&filename of the output image

See Also

WorkbookRender::ToImage(int32_t, const char16_t*) method

Render certain page to a file.

void Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex, const char16_t *fileName)
ParameterTypeDescription
pageIndexint32_tindicate which page is to be converted
fileNameconst char16_t*filename of the output image

See Also

WorkbookRender::ToImage(int32_t) method

Render certain page to a stream.

Vector<uint8_t> Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex)
ParameterTypeDescription
pageIndexint32_tindicate which page is to be converted

See Also