Click or drag to resize

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
Syntax
public bool DisableCorrection { get; set; }

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