ASP.NET Pack Programmer's Guide
SvgExporter Class
Remarks See Also
 





Creates SVG (Scalable Vector Graphics) drawings from the content of Diagram objects.

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

 Syntax

C#  Copy Code

public class SvgExporter

Visual Basic  Copy Code

Public Class SvgExporter

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Export.SvgExporter

 See Also

SvgExporter Members
MindFusion.Diagramming.Export Namespace