Click or drag to resize

UserZoneIgnoreWhiteSpace Property

Use this property to get or set whether or not the white space characters (SPACE and TAB characters) are ignored during checking 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 IgnoreWhiteSpace { get; set; }

Property Value

Type: Boolean
Remarks

The default value of this property is False. This has no effect if the Check property of the Document object is False.

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

See Also