MindFusion.Wpf Pack Programmer's Guide
DxfExporter Class
Remarks See Also
 





Exports diagrams to AutoDesk Drawing Exchange Format (DXF) files.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.DxfExport

 Syntax

C#  Copy Code

public class DxfExporter

Visual Basic  Copy Code

Public Class DxfExporter

 Remarks

In order to use this component, add a reference to the MindFusion.Diagramming.Wpf.DxfExport.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 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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.Export.DxfExporter

 See Also

DxfExporter Members
MindFusion.Diagramming.Wpf.Export Namespace