Accusoft.ImagXpress12.Net
BinarizeHighThreshold Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : BinarizeHighThreshold Property




Glossary Item Box

Gets the high threshold value set by AutoBinarize or Binarize.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

The integer value which represents the high threshold which controls letter and figure thickness.

The range is from BinarizeLowThreshold to 255.

Remarks

The AutoBinarize method will set this value based on what it determined was the optimal setting for the image during the call. If you have similar images, you can call the Binarize method using this value as well as the other values set by the AutoBinarize method. This will be significantly faster than calling the AutoBinarize method for each image.

Note: This value is also set with the value that is passed into the Binarize method. If you call the Binarize method with some other value, this property will reflect that new value.

See Also

©2013. Accusoft Corporation. All Rights Reserved.