SaveAsSvg(String,SaveAsImageOptions,XmlWriterSettings) Method
In This Topic
Saves the page to a file in SVG format.
Syntax
'Declaration
Public Overloads Sub SaveAsSvg( _
ByVal As System.String, _
Optional ByVal As SaveAsImageOptions, _
Optional ByVal As System.Xml.XmlWriterSettings _
)
public void SaveAsSvg(
System.string ,
SaveAsImageOptions ,
System.Xml.XmlWriterSettings
)
Parameters
- filePath
- The output file path.
- options
- The SaveAsImageOptions object.
- xmlSettings
- The output XML formatting settings.
See Also