Document.Inversion Property
|
Use this property to get or set which image inversion mode will be used during image preprocessing steps.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IMG_INVERT Inversion { get; set; }
Public Property Inversion As IMG_INVERT
Get
Set
public:
property IMG_INVERT Inversion {
IMG_INVERT get ();
void set (IMG_INVERT value);
}
Property Value
Type:
IMG_INVERT
Remarks
Possible values are listed under the IMG_INVERT Enumeration topic.
The default value for this property is INV_AUTO. 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