Common Reference > Document Class > SaveAnimatedSvg Method > (String,Double,SvgMode)

Document.SaveAnimatedSvg Method (String,Double,SvgMode)

Save document 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 ...

Document.Members | Document.SaveAnimatedSvg Method


Send comments on this topic
© Dyalog Ltd 2021