Creates SVG (Scalable Vector Graphics) drawings from the content of Diagram objects.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Svg
SyntaxC#
Copy Code
|
|---|
public class SvgExporter |
Visual Basic
Copy Code
|
|---|
Public Class SvgExporter |
RemarksIn order to use this component, add references to the MindFusion.Diagramming.Export.Svg.dll and MindFusion.Svg.dll assemblies to your project.
Scalable Vector Graphics is an XML-based graphics language that describes images with vector shapes, text, and embedded raster graphics. SVG drawings can be displayed in web pages, or edited / imported by vector graphics editing applications.
In order to create an SVG file from a MindFusion.Diagramming diagram, create an SvgExporter instance and call its Export method, passing a Diagram object as parameter.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Export.SvgExporter
See Also