Accusoft.Forms1 - Updated
LowThreshold Property



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

The default value is 170.

Valid values are 0 to 255.

Should generally be set as high as possible without exceeding the brightness of any part of the background.

Black noise appearing in the background can generally be eliminated by lowering the value of LowThreshold.

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