Save(StringBuilder,XmlWriterSettings) Method
In This Topic
Saves the current
GcSvgDocument to a
System.Text.StringBuilder in SVG format.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.Text.StringBuilder, _
Optional ByVal As System.Xml.XmlWriterSettings _
)
public void Save(
System.Text.StringBuilder ,
System.Xml.XmlWriterSettings
)
Parameters
- sb
- The output System.Text.StringBuilder.
- settings
- The output XML formatting settings.
See Also