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

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

    Parameters

    tw
    The output System.IO.TextWriter.
    settings
    The output XML formatting settings.
    See Also