Common Reference > Document Class > SaveAnimatedSvg Method

Document.SaveAnimatedSvg Method

Save document to named file as animated SVG, with one frame per page.

If the delay is 0, then the user can flick through pages with keyboard arrows or mouse wheel.

Overloads

Example

   doc.SaveAnimatedSvg("document.svg",1); // Save document as animated SVG, 1 second per page;

See also ...

Document.Members | Document.RenderAnimatedSvg Method | Document.SaveSvg Method


Send comments on this topic
© Dyalog Ltd 2021