SparklineToImage Method (ImageOrPrintOptions) |
Converts a sparkline to an image.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Bitmap ToImage(
ImageOrPrintOptions options
)
Public Function ToImage (
options As ImageOrPrintOptions
) As Bitmap
public:
Bitmap^ ToImage(
ImageOrPrintOptions^ options
)
member ToImage :
options : ImageOrPrintOptions -> Bitmap
Parameters
- options
- Type: Aspose.Cells.RenderingImageOrPrintOptions
The image options
Return Value
Type:
BitmapReturns a
Bitmap object.
See Also