Gets or sets a value indicating whether item labels should be exported to DXF MTEXT entities.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Dxf
SyntaxC#
Copy Code
|
|---|
public bool ExportTextAsMultiline { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExportTextAsMultiline As Boolean |
true to create multiple-line text entities, otherwise, false. The default is true.
RemarksSome 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