Common Reference > Document Class > RenderAnimatedSvg Method > (Double,SvgMode,Double)

Document.RenderAnimatedSvg Method (Double,SvgMode,Double)

Return document as animated SVG with given aspect setting and resolution.

public string RenderAnimatedSvg(
    double delay,
    SvgMode mode,
    double dpi
);
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).
dpi
Display resolution to observe when using SvgMode.FixedSize or SvgMode.Shadowed (defaults to 96 dpi).
return value
Document as animated SVG.

See also ...

Document.Members | Document.RenderAnimatedSvg Method


Send comments on this topic
© Dyalog Ltd 2021