Common Reference > Document Class > SaveImage Method > (String,ImageFormat,Double,PageMode,TextRenderingHint,EmfType)

Document.SaveImage Method (String,ImageFormat,Double,PageMode,TextRenderingHint,EmfType)

Save document rendered through raster engine as an image file.

public void SaveImage(
    string filename,
    ImageFormat format,
    double dpi,
    PageMode pagemode,
    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).
pagemode
Page layout to use for multiple pages (defaults to PageMode.Vertical).
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.EmfPlusDu.

See also ...

Document.Members | Document.SaveImage Method


Send comments on this topic
© Dyalog Ltd 2021