Search
PersistContext.SaveSvg Method
See Also
 





Saves the specified SvgContent in the underlying stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveSvg (
    SvgContent svg
)

Visual Basic  Copy Code

Public Sub SaveSvg( _
    svg As SvgContent _
)

 Parameters

svg
An instance of the MindFusion.Svg.SvgContent class.

 See Also