Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
ContrastLimitMiddle Property




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : ContrastLimitMiddle Property
Gets and sets the maximum contrast change for middle-range pixels.
Syntax
'Declaration
 
Public Property ContrastLimitMiddle As Byte
 
'Usage
 
Dim instance As BrightnessContrastOptions
Dim value As Byte
 
instance.ContrastLimitMiddle = value
 
value = instance.ContrastLimitMiddle
Remarks

The default value is 127.

Valid values are 0 to 255.

This value determines how far in either direction a pixel in this range is allowed to shift when corrected using adaptive correction. A value of 0 will prevent any change to light pixels, while a value of 255 will allow maximum enhancement of contrast.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members