Common Reference > Document Class > RenderAnimatedSvg Method Document.RenderAnimatedSvg Method
Return document rendered 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
Result
Document as animated SVG.
Example
svg = doc.RenderAnimatedSvg(1); // Render document as animated SVG, 1 second per page;
See also ...Document.Members | Document.RenderSvg Method | Document.SaveAnimatedSvg Method
Send comments on this topic © Dyalog Ltd 2021
|