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