Obtains the MText text value without the formatting codes, control characters like tab '\t' will be preserved in the result,
the new paragraph command "\P" will be converted to new line feed '\r\n'.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string PlainText()
Public Function PlainText As String
public:
String^ PlainText()
member PlainText : unit -> string
METHOD PlainText() AS STRING
Return Value
Type:
StringMText text value without the formatting codes.
See Also