Accusoft.Forms1 - Updated
ContrastLimitLight Property



Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : ContrastLimitLight Property
Gets and sets the maximum contrast change for light pixels.
Syntax
Public Property ContrastLimitLight As Byte
Dim instance As BrightnessContrastOptions
Dim value As Byte
 
instance.ContrastLimitLight = value
 
value = instance.ContrastLimitLight
public byte ContrastLimitLight {get; set;}
public:
property byte ContrastLimitLight {
   byte get();
   void set (    byte value);
}
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