Gets or sets a value indicating whether the images that are displayed inside diagram nodes should be exported.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Dxf
SyntaxC#
Copy Code
|
|---|
public bool ExportImages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExportImages As Boolean |
true to export images; otherwise, false. The default is false.
RemarksIf 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