Click or drag to resize

DocumentBinarization Property

Use this property to get or set the secondary image conversion mode for the Document object.

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

Property Value

Type: IMG_CONVERSION
Remarks

Secondary image conversion occurs implicitly when you call an IPRO method whose operation requires a B/W image with an image that is not B/W. For possible IMG_CONVERSION values, see the table in the Conversion property of this object.

Only CNV_AUTO, CNV_SET or CNV_GLOBAL can be specified for this property; other settings will cause a trappable error.

The default value for this property is CONV_AUTO.

Changing this property will set the Modified property to True.

See Also