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

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

    Parameters

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