Aspose::Cells::DataBar::ToImage method
DataBar::ToImage method
Render data bar in cell to image byte array.
Vector<uint8_t> Aspose::Cells::DataBar::ToImage(const Cell &cell, const ImageOrPrintOptions &imgOpts)
| Parameter | Type | Description | 
|---|---|---|
| cell | const Cell& | Indicate the data bar in which cell to be rendered | 
| imgOpts | const ImageOrPrintOptions& | ImageOrPrintOptions contains some property of output image | 
ReturnValue
See Also
- Class Vector
 - Class Cell
 - Class ImageOrPrintOptions
 - Class DataBar
 - Namespace Aspose::Cells
 - Library Aspose.Cells for C++