Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : Save Method |
public void Save( ILeadStream stream, SvgSaveOptions options )
'Declaration
Public Sub Save( _ ByVal stream As ILeadStream, _ ByVal options As SvgSaveOptions _ )
'Usage
Dim instance As SvgDocument Dim stream As ILeadStream Dim options As SvgSaveOptions instance.Save(stream, options)
public void save(ILeadStream stream, SvgSaveOptions options)
public: void Save( ILeadStream^ stream, SvgSaveOptions^ options )
This method will save this SvgDocument to the output stream as a standard SVG document. Use Version to control the SVG version used.