Common Reference > Document Class > SaveImage Method > (String,ImageFormat,Double) Document.SaveImage Method (String,ImageFormat,Double)
Save document at given format and resolution.
public void SaveImage(
string filename,
ImageFormat format,
double dpi
);
-
filename
- Name of output file.
-
format
- Image format to use for file.
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
See also ...Document.Members | Document.SaveImage Method
Send comments on this topic © Dyalog Ltd 2021
|