Click or drag to resize

IMG_INVERT Enumeration

Image inversion mode.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMG_INVERT
Members
  Member nameValueDescription
INV_NO0 No inversion required.
INV_YES1 Image inversion should be performed. The II_BW image is inverted.
INV_AUTO2 Automatically inverts the II_BW image, if necessary (Default): whether the image is inverse is determined during preprocessing.
Remarks

Possible inversion modes. This setting determines the inversion mode used on the whole image.

Note that IproPlus inverts the II_BW image only.

The inversion means that the II_BW image is changed from white-on-black to black-on-white, because this is needed for successful recognition.

These modes can be set on Document object by Inversion property.

See Also