Search
SvgExporter.Export Method (Diagram, Stream)
See Also
 





Saves SVG markup representing the specified diagram to a stream.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg

 Syntax

C#  Copy Code

public void Export (
    Diagram diagram,
    Stream stream
)

Visual Basic  Copy Code

Public Sub Export( _
    diagram As Diagram, _
    stream As Stream _
)

 Parameters

diagram

A reference to the diagram to be exported.

stream
Output System.IO.Stream to which to write the SVG data.

 See Also