Search
DxfExporter.ExportTextAsMultiline Property
See Also
 





Gets or sets a value indicating whether item labels should be exported to DXF MTEXT entities.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Dxf

 Syntax

C#  Copy Code

public bool ExportTextAsMultiline { get; set; }

Visual Basic  Copy Code

Public Property ExportTextAsMultiline As Boolean

 Property Value

true to create multiple-line text entities, otherwise, false. The default is true.

 Remarks

Some applications do not support the multiple-line text DXF entity - MTEXT. If you notice that the application you target does not display the labels of diagram items, set this property to false.

 See Also