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

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

    Parameters

    stream
    The output stream.
    settings
    The output XML formatting settings.
    See Also