SaveAsSvg(Stream,ImageOutputSettings,XmlWriterSettings) Method
In This Topic
Saves the page to a stream in SVG format.
Syntax
'Declaration
Public Overloads Sub SaveAsSvg( _
ByVal As System.IO.Stream, _
Optional ByVal As ImageOutputSettings, _
Optional ByVal As System.Xml.XmlWriterSettings _
)
public void SaveAsSvg(
System.IO.Stream ,
ImageOutputSettings ,
System.Xml.XmlWriterSettings
)
Parameters
- stream
- The output stream.
- options
- Options that allow customizing the output image.
- xmlSettings
- The output XML formatting settings.
See Also