Aspose::Cells::Rendering::SheetRender::ToTiff method

SheetRender::ToTiff(const Vector <uint8_t>&) method

Render whole worksheet as Tiff Image to stream.

void Aspose::Cells::Rendering::SheetRender::ToTiff(const Vector<uint8_t> &stream)
ParameterTypeDescription
streamconst Vector <uint8_t>&the stream of the output image

See Also

SheetRender::ToTiff(const U16String&) method

Render whole worksheet as Tiff Image to a file.

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

Remarks

n/a for java

See Also

SheetRender::ToTiff(const char16_t*) method

Render whole worksheet as Tiff Image to a file.

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

Remarks

n/a for java

See Also