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




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : MaximumPercentile Property
Gets and sets the highest brightness percentile pixels to target for adjustment.
Syntax
'Declaration
 
Public Property MaximumPercentile As Integer
'Usage
 
Dim instance As BrightnessContrastOptions
Dim value As Integer
 
instance.MaximumPercentile = value
 
value = instance.MaximumPercentile
public int MaximumPercentile {get; set;}
public: __property int get_MaximumPercentile();
public: __property void set_MaximumPercentile( 
   int value
);
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

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