ImageGear for .NET
Threshold Field
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearBitonalReductionOptions Class : Threshold Field




Glossary Item Box

This option sets the threshold value for converting pixels to black or white.

Syntax

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

Field Value

Integer in the range 0-255.

Remarks

If the value of a pixel, as calculated by one of the reduction methods, is less than Threshold, the pixels will be set to black; if it is greater than or equal to Threshold, the pixels will be set to white. So, a smaller value for Threshold will make the output appear more black, while a larger value will make the output appear more white.

See Also

©2013. Accusoft Corporation. All Rights Reserved.