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