Click or drag to resize

DocumentBrightnessThreshold Property

Use this property to get or set the threshold value for an image conversion to a B/W image.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int BrightnessThreshold { get; set; }

Property Value

Type: Int32
Remarks

This parameter has an effect only when the Conversion property is set to CNV_SET.

The valid range is between zero (0) and 255, the default is 128. If the Conversion property is not CNV_SET, this property will be ignored.

Changing this property will set the Modified property to True.

See Also