Click or drag to resize

DocumentCheck Property

Use this property to enable or disable the recognition checking subsystem at document level.

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

Property Value

Type: Boolean
Remarks

The default value of this property is True.

When this property is disabled, the Correction property is disabled automatically. If the checking subsystem is enabled, the Check events are fired and the CertainWord property of the Character objects (contained by uncertain words), are set to 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