Gets or sets the rendering mode for text.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public TextRenderingHint TextRenderingHint { get; set; }
Visual Basic (Declaration)
Public Property TextRenderingHint As TextRenderingHint
Visual C++
public:
property TextRenderingHint TextRenderingHint {
	TextRenderingHint get ();
	void set (TextRenderingHint value);
}

See Also