to_image method

to_image

Render data bar in cell to image byte array.

Returns

def to_image(self, cell, img_opts):
    ...
ParameterTypeDescription
cellCellIndicate the data bar in which cell to be rendered
img_optsaspose.cells.rendering.ImageOrPrintOptionsImageOrPrintOptions contains some property of output image

See Also