Creates SVG (Scalable Vector Graphics) drawings from the content of Diagram objects.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg
C# Copy Code |
---|
public class SvgExporter |
Visual Basic Copy Code |
---|
Public Class SvgExporter |
In 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 files can be displayed in a browser using the Adobe SVG Viewer. The most popular vector graphics editing applications provide support for SVG too.
In order to create an SVG file from a MindFusion.Diagramming for WebForms diagram, create an SvgExporter instance and call its Export method, passing a Diagram object as parameter.
System.Object
MindFusion.Diagramming.Export.SvgExporter