Search
SvgExporter.ExportString Method
See Also
 



Returns a string containing the SVG markup corresponding to the specified diagram.

 Syntax

C#  Copy Code

public virtual string ExportString (
    Object Diagram
)

Visual Basic  Copy Code

Public Overridable Function ExportString( _
    Diagram As Object _
) As String

 Parameters

Diagram

Reference to a FlowChart instance.

 Return Value

A string containing markup code for the SVG drawing.

 See Also