Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / Save Method / Save(String,XmlWriterSettings) Method
The output file path.
The output XML formatting settings.

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

    Parameters

    path
    The output file path.
    settings
    The output XML formatting settings.
    See Also