←Select platform

Save Method

Summary

Saves this SvgDocument to a LEAD stream.

Syntax

C#
VB
Java
C++
public void Save(  
   ILeadStream stream, 
   Leadtools.Svg.SvgSaveOptions options 
) 
Public Sub Save( _ 
   ByVal stream As ILeadStream, _ 
   ByVal options As Leadtools.Svg.SvgSaveOptions _ 
)  
public void save(ILeadStream stream, SvgSaveOptions options) 
public: 
void Save(  
   ILeadStream^ stream, 
   Leadtools.Svg.SvgSaveOptions^ options 
)  

Parameters

stream
Output stream.

options
Save option. Can be null.

Remarks

This method will save this SvgDocument to the output stream as a standard SVG document. Use Version to control the SVG version used.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly