SvgRenderingContextSave Method

Overload List
  Name Description
Public method Save(String)
Save the SVG content to file. If image handing has been specified as relative files then these will be saved in a folder the same name as the file.
Public method Save(StringBuilder, String)
Save the SVG content to a StringBuilder. If image handing has been specified as relative files then these will be saved too. For relative files a path to a dummy SVG output file is required.
Top
See Also