ScanFix Xpress v9.0 for .NET - Updated
ContrastLimitLight Property




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

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