Search
SvgExporter Class
Remarks See Also
 



Creates SVG (Scalable Vector Graphics) files from FlowChartX diagrams.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code
Public Class SvgExporter
C++  Copy Code
class SvgExporter

 Remarks

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 FlowChartX diagram, create an SvgExporter instance and call its Export method, passing a FlowChart object as parameter. You can get the markup code for generated SVG drawing without creating a file by calling ExportString.

 See Also