Gets or sets the rendering quality.

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

Syntax

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

See Also