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




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

The default value is 0.

Valid values are -1 to MaximumPercentile.

This value sets the percentile brightness to be used for the contrast enhancement. For typical document images, the text color will be at or below the 1st percentile, so a value of 1 would push the text color to pure black. The value 0 means to use the darkest pixel found, and a value of -1 means that the brightness will not be decreased.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members

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