SharpLeaf Reference > SharpLeaf Methods > SaveAnimatedSvg Method > (String,Double,SvgMode) SharpLeaf.SaveAnimatedSvg Method (String,Double,SvgMode)
Save report as animated SVG with given aspect ratio setting.
public void SaveAnimatedSvg(
string filename,
double delay,
SvgMode mode
);
-
filename
- Name of output file.
-
delay
- Delay between page shifts in seconds (0 will let the user control page shift by keyboard/mouse) (defaults to 1).
-
mode
- Aspect setting used to display SVG (defaults to SvgMode.FixedSize).
See also ...SharpLeaf Members | SharpLeaf.SaveAnimatedSvg Method
Send comments on this topic © Dyalog Ltd 2021
|