SaveAsSvg(Stream,SaveAsImageOptions,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 SaveAsImageOptions, _
Optional ByVal As System.Xml.XmlWriterSettings _
)
public void SaveAsSvg(
System.IO.Stream ,
SaveAsImageOptions ,
System.Xml.XmlWriterSettings
)
Parameters
- stream
- The output stream.
- options
- The SaveAsImageOptions object.
- xmlSettings
- The output XML formatting settings.
See Also