Accusoft ImagXpress 12
IPBinarizeHighThreshold Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : IPBinarizeHighThreshold Property

Glossary Item Box

Description

Gets the high threshold set by the last call to the Binarize or AutoBinarize method.

Property Type

Read-only property

Syntax

Visual Basic
Public Property IPBinarizeHighThreshold As Long

Return Type

The high threshold which controls letter and figure thickness.

Valid range is from IPBinarizeLowThreshold to 255.

Remarks

The AutoBinarize method will set this value based on what it determines 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.

This property is read-only at run time and is not available at design time.

See Also

©2013. Accusoft Corporation. All Rights Reserved.