SharpLeaf Reference > SharpLeaf Methods > SaveAnimatedGif Method > (String,Double,Double,TextRenderingHint)

SharpLeaf.SaveAnimatedGif Method (String,Double,Double,TextRenderingHint)

Save report rendered through raster engine as an animated GIF file, one frame per page.

public void SaveAnimatedGif(
    string filename,
    double delay,
    double dpi,
    TextRenderingHint textmode
);
filename
Name of output file.
delay
Delay between frames in seconds (defaults to 1).
dpi
Resolution to use, in dots per inch (defaults to 96).
textmode
Text rendering mode to use (defaults to TextRenderingHint.AntiAlias).

See also ...

SharpLeaf Members | SharpLeaf.SaveAnimatedGif Method


Send comments on this topic
© Dyalog Ltd 2021