ScanFix Xpress v9.0 for .NET - Updated
Quality Property (BrightnessContrastOptions)




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : Quality Property
Gets and sets the amount of effort to expend analyzing the image to determine contrast.
Syntax
'Declaration
 
Public Property Quality As Integer
'Usage
 
Dim instance As BrightnessContrastOptions
Dim value As Integer
 
instance.Quality = value
 
value = instance.Quality
public int Quality {get; set;}
public: __property int get_Quality();
public: __property void set_Quality( 
   int value
);
public:
property int Quality {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 1 to 100.

This value sets the sampling density used during the brightness and contrast analysis. Small values will result in slightly faster performance, as well as a larger window size for adaptive correction. A high value will result in slightly slower performance, greater sensitivity to small regions of change, and a smaller window size for adaptive correction.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.