Click or drag to resize

DocumentResEnhancement Property

Use this property to get or set the resolution enhancement mode.

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

Property Value

Type: IMG_RESENH
Remarks

The value of this property is only used when preprocessing non-B/W images. The value specifies whether image resolution enhancement is performed during image preprocessing. Possible values are under the IMG_RESENH enumeration topic.

The default value for this property is RE_AUTO.

When ResEnhancement is set to other values than RE_NO, The DownSample property is set to disabled automatically. Image preprocessing occurs when calling the ImagePreprocess method of Document or Page objects.

Changing this property will set the Modified property to True.

See Also