Click or drag to resize

UserZoneIgnoreCase Property

Use this property to get or set whether or not the checking subsystem uses the currently set user dictionary in case-sensitive mode.

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

Property Value

Type: Boolean
Remarks

The default value of this property is False. This property has no effect if the Check property of the Document object is False, no user dictionary is selected for the document, or the DisableUserDict property is True.

Changing this property sets the Modified property of the Document object to True.

See Also