Returns a string containing the SVG markup corresponding to the specified diagram.
SyntaxC#
Copy Code
|
|---|
public virtual string ExportString ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function ExportString( _ |
Reference to a FlowChart instance.
A string containing markup code for the SVG drawing.
See Also