This property can be used to get or set a character set filter for the user zone.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic CHR_FILTER Filter { get; set; }Public Property Filter As CHR_FILTER
Get
Set
public:
property CHR_FILTER Filter {
CHR_FILTER get ();
void set (CHR_FILTER value);
}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