Click or drag to resize

MTextFormattingOptionsFormatText Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains the string that represents the formatted text applying the current options.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string FormatText(
	string text
)
Request Example View Source

Parameters

text
Type: SystemString
Text to be formatted.

Return Value

Type: String
The formatted text string.
See Also