ImageGear .NET - Updated November 28, 2017
Filter Property




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Filter Property
Gets or sets the character set filter for the zone.
Syntax
'Declaration
 
Public Property Filter As ImGearRecFilter
 
'Usage
 
Dim instance As ImGearRecZone
Dim value As ImGearRecFilter
 
instance.Filter = value
 
value = instance.Filter

Property Value

ImGearRecFilter enumeration value.
Remarks
Character Set filter is a combination of values from ImGearRecFilter that determine filtering behavior for the zone.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
ImGearRecFilter Enumeration