'Declaration Public Property HighThreshold As Integer
'Usage Dim instance As BinarizeOptions Dim value As Integer instance.HighThreshold = value value = instance.HighThreshold
public int HighThreshold {get; set;}
'Declaration Public Property HighThreshold As Integer
'Usage Dim instance As BinarizeOptions Dim value As Integer instance.HighThreshold = value value = instance.HighThreshold
public int HighThreshold {get; set;}
The default value is 190.
Valid values are LowThreshold to 255.
Too-thick letters and figures can generally be improved by lowering the value of HighThreshold.
Too-thin letters and figures can generally be improved by raising the value of LowThreshold and/or HighThreshold.