Accusoft.Forms1 - Updated
MaximumPercentile Property



Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : MaximumPercentile Property
Gets and sets the highest brightness percentile pixels to target for adjustment.
Syntax
Public Property MaximumPercentile As Integer
Dim instance As BrightnessContrastOptions
Dim value As Integer
 
instance.MaximumPercentile = value
 
value = instance.MaximumPercentile
public int MaximumPercentile {get; set;}
public:
property int MaximumPercentile {
   int get();
   void set (    int value);
}
Remarks

The default value is 100.

Valid values are MinimumPercentile to 101.

This value sets the percentile brightness to be used for the contrast enhancement. For typical document images, the background color will be near the 50th percentile, so a value of 50 would push the background color to full brightness. The value 100 means to use the brightest pixel found, and a value of 101 means that the brightness will not be increased.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members