Aspose::Cells::Rendering::SheetRender::ToTiff method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
stream | const Vector <uint8_t>& | the stream of the output image |
See Also
- Class Vector
- Class SheetRender
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++
SheetRender::ToTiff(const U16String&) method
Render whole worksheet as Tiff Image to a file.
void Aspose::Cells::Rendering::SheetRender::ToTiff(const U16String &filename)
Parameter | Type | Description |
---|---|---|
filename | const U16String& | the filename of the output image |
Remarks
See Also
- Class Vector
- Class U16String
- Class SheetRender
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
filename | const char16_t* | the filename of the output image |
Remarks
See Also
- Class Vector
- Class SheetRender
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++