Gets and sets filter accuracy.

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

Syntax

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

See Also