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 As System.String, _
Optional ByVal As ImageOutputSettings, _
Optional ByVal As System.Xml.XmlWriterSettings _
)
public void SaveAsSvg(
System.string ,
ImageOutputSettings ,
System.Xml.XmlWriterSettings
)
Parameters
- filePath
- The output file path.
- options
- Options that allow customizing the output image.
- xmlSettings
- The output XML formatting settings.
See Also