Click or drag to resize

DocumentBrightness Property

Use this property to get or set the brightness value for the Document object.

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

Property Value

Type: Int32
Remarks

This value is used to fine-tune the threshold calculation in the automatic adaptive image conversion mode (i.e. when the Conversion property is set to CNV_AUTO). This will influence the brightness of B/W images that have been converted from color or grayscale.

Specify values between zero (0) and 100, inclusively, where 0 will result in a lighter image and 100 will result in a darker one.

The default value of this property is 50. If Conversion property is not CNV_AUTO, this property is ignored.

Changing this property will set the Modified property to True.

See Also