Click or drag to resize

DocumentFilterPlus Property

This property is used to get or set the FilterPlus characters.

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

Property Value

Type: String
Remarks

The set of the FilterPlus characters is used to increase the set of acceptable characters and it is applied after any filtering of the Language environment. To allow the use of these characters, either the Document object's Filter property or the UserZone object's Filter property must have the FILTER_PLUS value enabled.

The default value of this property is an empty string.

Changing this property will set the Modified property to True.

See Also