SvgDocumentSave(XmlWriter, Boolean) Method
Saves this SVG to a xml writer.
Namespace: DotMake.SvgSpriteAssembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
public void Save(
XmlWriter svgXmlWriter,
bool disableFormatting = false
)
Parameters
- svgXmlWriter XmlWriter
- The output xml writer for the SVG.
- disableFormatting Boolean (Optional)
- Whether to disable formatting output, i.e. not write individual elements on new lines and indent.