Common Reference > Document Class > SaveSvg Method

Document.SaveSvg Method

Save document to named file as SVG. See the RenderSvg method for more information.

Overloads

Example

  // Save SVG at 96 dots per inch, scaled to fit container width, with pages laid vertically.
   doc.SaveSvg("mydocument.svg",SvgMode.FitWidth,96,PageMode.Vertical);

See also ...

SharpPlot.SaveSvg Method | SharpLeaf.SaveSvg Method | Document.Members | Document.RenderSvg Method


Send comments on this topic
© Dyalog Ltd 2021