TextAsLines

DxfOptions.TextAsLines property

Whether text should be exported as contours consisting of polylines (default) or as editable Autocad TEXT entities. If this option set

public bool TextAsLines { get; set; }

Property Value

true to export text as contours (default), else, false to export text as TEXT entities.

See Also