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

Document.SaveAnimatedSvg Method (String,Double)

Save document as animated SVG with fixed size at 96dpi.

public void SaveAnimatedSvg(
    string filename,
    double delay
);
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).

See also ...

Document.Members | Document.SaveAnimatedSvg Method


Send comments on this topic
© Dyalog Ltd 2021