Common Reference > Document Class > SaveAnimatedGif Method > (String,Double) Document.SaveAnimatedGif Method (String,Double)
Save animated GIF at given resolution, 1 frame per second.
public void SaveAnimatedGif(
string filename,
double delay
);
-
filename
- Name of output file.
-
delay
- Delay between frames in seconds (defaults to 1).
See also ...Document.Members | Document.SaveAnimatedGif Method
Send comments on this topic © Dyalog Ltd 2021
|