Exports diagrams to AutoDesk Drawing Exchange Format (DXF) files.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Dxf
C# Copy Code |
---|
public class DxfExporter |
Visual Basic Copy Code |
---|
Public Class DxfExporter |
In order to use this component, add a reference to the MindFusion.Diagramming.Export.Dxf.dll to your project.
AutoCAD DXF (Drawing Exchange Format) is a file format developed by Autodesk to enable interoperability between AutoCAD and other programs. Now virtually every CAD application and most graphics programs can import DXF files.
To create a DXF file from a MindFusion.Diagramming for WebForms diagram, create a DxfExporter instance and call its Export method, specifying a Diagram object and a file path as arguments.
Raster images can be used in DXF by referencing external image files. To avoid creating extraneous files, DxfExporter does not export images by default. To export the images displayed in diagram elements, enable the ExportImages property.
System.Object
MindFusion.Diagramming.Export.DxfExporter