Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Save Method






Output stream.
Save option. Can be null.
Saves this SvgDocument to a LEAD stream.
Syntax
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
) 

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

See Also

Reference

SvgDocument Class
SvgDocument Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features