Gets or sets image quality.

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

Syntax

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

See Also