UserZoneDisableCorrection Property
|
Use this property to get or set whether or not to prohibit the correction feature of the checking subsystem for this user zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool DisableCorrection { get; set; }
Public Property DisableCorrection As Boolean
Get
Set
public:
property bool DisableCorrection {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
This setting overrides the document-level Correction property. The default value for this property is False.
This property has no effect if the Check or the Correction properties of
the Document object are False.
Changing this property sets the Modified property of the Document object to True.
See Also