Accusoft.ScanFixXpress8.Net
HighThreshold Property




Gets and sets a value that controls letter and figure thickness.
Syntax
'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;}
public: __property int get_HighThreshold();
public: __property void set_HighThreshold( 
   int value
);
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback