SharpPlot Reference > SharpPlot Methods > SaveImage Method > (String,ImageFormat,Double,TextRenderingHint,EmfType) SharpPlot.SaveImage Method (String,ImageFormat,Double,TextRenderingHint,EmfType)
Save completed chart rendered through raster engine as an image file.
public void SaveImage(
string filename,
ImageFormat format,
double dpi,
TextRenderingHint textmode,
EmfType emftype
);
-
filename
- Name of output file.
-
format
- Image format to use for file.
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
textmode
- Text rendering mode to use (defaults to TextRenderingHint.AntiAlias).
-
emftype
- Specifies the nature of the records that are placed in an EMF (defaults to EmfType.EmfPlusDual).
See also ...SharpPlot Members | SharpPlot.SaveImage Method
Send comments on this topic © Dyalog Ltd 2021
|