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

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

Save document with given format, resolution, page mode and text rendering mode.

public void SaveImage(
    string filename,
    ImageFormat format,
    double dpi,
    PageMode pagemode,
    TextRenderingHint textmode
);
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).

See also ...

Document.Members | Document.SaveImage Method


Send comments on this topic
© Dyalog Ltd 2021