Click or drag to resize

UserZoneFilter Property

This property can be used to get or set a character set filter for the user zone.

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

Property Value

Type: CHR_FILTER
Remarks

Possible values are documented in the description of the Filter property of the Document object. The default value of this property is FILTER_DEFAULT. This setting overrides the Filter property of the Document object.

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

See Also