Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5cef6e4b 201a 9177 4aba 8b1786d7610d

haplokuon edited this page May 6, 2023 · 1 revision

PlainText Method

netDxf 3.0.0 Library

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'.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public string PlainText()

VB

Public Function PlainText As String

C++

public:
String^ PlainText()

F#

member PlainText : unit -> string 

Return Value

String
MText text value without the formatting codes.

See Also

Reference

MText Class
netDxf.Entities Namespace

Clone this wiki locally