Click or drag to resize

MTextFormattingOptionsFormatText Method

Obtains the string that represents the formatted text applying the current options.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string FormatText(
	string text
)

Parameters

text
Type: SystemString
Text to be formatted.

Return Value

Type: String
The formatted text string.
See Also