This property can be used to retrieve a character set filter for the zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic CHR_FILTER Filter { get; }
Public ReadOnly Property Filter As CHR_FILTER
Get
public:
property CHR_FILTER Filter {
CHR_FILTER get ();
}
Property Value
Type:
CHR_FILTER
Remarks
Possible values are documented in the description of the Filter property of
the Document object.
See Also