ToImage
ToImage(ImageOrPrintOptions)
将迷你图转换为图像。
public Bitmap ToImage(ImageOrPrintOptions options)
范围 | 类型 | 描述 |
---|---|---|
options | ImageOrPrintOptions | 图像选项 |
返回值
返回一个Bitmap目的。
也可以看看
- class ImageOrPrintOptions
- class Sparkline
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
ToImage(string, ImageOrPrintOptions)
将迷你图转换为图像。
public void ToImage(string fileName, ImageOrPrintOptions options)
范围 | 类型 | 描述 |
---|---|---|
fileName | String | 图像文件名。 |
options | ImageOrPrintOptions | 图像选项 |
也可以看看
- class ImageOrPrintOptions
- class Sparkline
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
ToImage(Stream, ImageOrPrintOptions)
将迷你图转换为图像。
public void ToImage(Stream stream, ImageOrPrintOptions options)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | 图像流。 |
options | ImageOrPrintOptions | 图像选项。 |
也可以看看
- class ImageOrPrintOptions
- class Sparkline
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells