ToImage
ToImage(ImageOrPrintOptions)
Konverterar en sparkline till en bild.
public Bitmap ToImage(ImageOrPrintOptions options)
Parameter | Typ | Beskrivning |
---|---|---|
options | ImageOrPrintOptions | Bildalternativen |
Returvärde
Returnerar aBitmap objekt.
Se även
- class ImageOrPrintOptions
- class Sparkline
- namnutrymme Aspose.Cells.Charts
- hopsättning Aspose.Cells
ToImage(string, ImageOrPrintOptions)
Konverterar en sparkline till en bild.
public void ToImage(string fileName, ImageOrPrintOptions options)
Parameter | Typ | Beskrivning |
---|---|---|
fileName | String | Bildfilens namn. |
options | ImageOrPrintOptions | Bildalternativen |
Se även
- class ImageOrPrintOptions
- class Sparkline
- namnutrymme Aspose.Cells.Charts
- hopsättning Aspose.Cells
ToImage(Stream, ImageOrPrintOptions)
Konverterar en sparkline till en bild.
public void ToImage(Stream stream, ImageOrPrintOptions options)
Parameter | Typ | Beskrivning |
---|---|---|
stream | Stream | Bildströmmen. |
options | ImageOrPrintOptions | Bildalternativen. |
Se även
- class ImageOrPrintOptions
- class Sparkline
- namnutrymme Aspose.Cells.Charts
- hopsättning Aspose.Cells