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