Accusoft.Forms1 - Updated
HighThreshold Property



Accusoft.ScanFixXpressSdk Namespace > BinarizeOptions Class : HighThreshold Property
Gets and sets a value that controls letter and figure thickness.
Syntax
Public Property HighThreshold As Integer
Dim instance As BinarizeOptions
Dim value As Integer
 
instance.HighThreshold = value
 
value = instance.HighThreshold
public int HighThreshold {get; set;}
public:
property int HighThreshold {
   int get();
   void set (    int value);
}
Remarks

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.

See Also

Reference

BinarizeOptions Class
BinarizeOptions Members