Click or drag to resize

StiReportObjectStringConverterConvertTextOptionsToString Method

Converts StiTextOptions into string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string ConvertTextOptionsToString(
	StiTextOptions textOptions
)

Parameters

textOptions
Type: Stimulsoft.Base.DrawingStiTextOptions
StiTextOptions for conversion.

Return Value

Type: String
String got as result of conversion.
See Also