ScanFix Xpress v9.0 for .NET - Updated October 25, 2021
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
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.