Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / Page Class / SaveAsSvg Method / SaveAsSvg(Stream,ImageOutputSettings,XmlWriterSettings) Method
The output stream.
Options that allow customizing the output image.
The output XML formatting settings.

In This Topic
    SaveAsSvg(Stream,ImageOutputSettings,XmlWriterSettings) Method
    In This Topic
    Saves the page to a stream in SVG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsSvg( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal options As ImageOutputSettings, _
       Optional ByVal xmlSettings As System.Xml.XmlWriterSettings _
    ) 
    public void SaveAsSvg( 
       System.IO.Stream stream,
       ImageOutputSettings options,
       System.Xml.XmlWriterSettings xmlSettings
    )

    Parameters

    stream
    The output stream.
    options
    Options that allow customizing the output image.
    xmlSettings
    The output XML formatting settings.
    See Also