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 MaximumPercentile As Integer
Dim instance As BrightnessContrastOptions Dim value As Integer instance.MaximumPercentile = value value = instance.MaximumPercentile
public int MaximumPercentile {get; set;}
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.