MindFusion.Wpf Pack Programmer's Guide
DxfExporter.ExportImages Property
See Also
 





Gets or sets a value indicating whether the images that are displayed inside diagram nodes should be exported.

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

 Syntax

C#  Copy Code

public bool ExportImages { get; set; }

Visual Basic  Copy Code

Public Property ExportImages As Boolean

 Property Value

true to export images, or false otherwise. The default is false.

 Remarks

If this property is enabled, images displayed in MindFusion.Diagramming nodes are saved into external files and references to these files are placed inside the generated DXF code. The image files have the same base name as the specified DXF name, followed by an underscore symbol and a sequential number.

 See Also

DxfExporter Members
DxfExporter Class
MindFusion.Diagramming.Wpf.Export Namespace