Click or drag to resize

DocumentCorrection Property

Use this property to enable or disable the document-level correction of the checking subsystem.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Correction { get; set; }

Property Value

Type: Boolean
Remarks

This enables or disables the automatic correcting of the recognition results if possible.

The default value of this property is True.

When this property is enabled, the Check property is enabled automatically. If Correction is set to enabled at the document level, it can be disabled for particular zones using the DisableCorrection property of the UserZone object. The Recognize method of the Document or Page objects uses this setting.

Changing this property will set the Modified property to True.

See Also