Common Reference > Document Class > SaveAnimatedGif Method Document.SaveAnimatedGif Method
Save document rendered through raster engine as an animated GIF file, one frame per page.
Animated GIF cannot be rendered as an in-memory C# object because .Net does not support animated GIF format.
Overloads
Example
doc.SaveAnimatedGif("document.gif",1,72);
// Save document as animated gif at 72 DPI, 1 second per page;
See also ...Document.Members
Send comments on this topic © Dyalog Ltd 2021
|