Document.KeepOCRImage Property
|
This property is used to control whether the OCR image (II_OCR) is to be kept after recognition.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool KeepOCRImage { get; set; }
Public Property KeepOCRImage As Boolean
Get
Set
public:
property bool KeepOCRImage {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value is False.
The Recognize method of the Document or Page objects uses this setting.
Changing this property will set the Modified property to True.
See Also