 
            | ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecZoneCheckingFlags Enumeration | 
'Declaration <FlagsAttribute()> Public Enum ImGearRecZoneCheckingFlags Inherits System.Enum
'Usage Dim instance As ImGearRecZoneCheckingFlags
[Flags()] public enum ImGearRecZoneCheckingFlags : System.Enum
[Flags()] __value public enum ImGearRecZoneCheckingFlags : public System.Enum
[Flags()] public enum class ImGearRecZoneCheckingFlags : public System.Enum
| Member | Value | Description | 
|---|---|---|
| CHECKCBF_PROHIBIT | 0x00000004 | Input flag to prohibit the use of the user-written checking callback function. | 
| CHECKCBF_USED | 0x00040000 | Output "After recognition flag" that tells whether a user-written checking callback function was enabled during the checking process (user-written checking was activated). | 
| CORRECT_PROPERNAME | 0x00000200 | Not used in this version - included for backward compatibility. | 
| CORRECTION_DISABLE | 0x00000080 | Not used in this version - included for backward compatibility. | 
| IGNORE_CASE | 0x00000020 | Input flag to specify case insensitive UD-checking. | 
| IGNORE_WHITESPACE | 0x00000010 | Input flag to ignore white space characters (SPACE and TAB characters) during checking. It should be used together with the PASS_LINESflag. | 
| INCLUDE_PUNCTUATION | 0x00000100 | Input flag to consider punctuation characters on the boundaries of the strings as well. | 
| LANGDICT_PROHIBIT | 0x00000001 | Input flag to prohibit the use of the Language dictionary. | 
| LANGDICT_USED | 0x00010000 | Output "After recognition flag" that tells whether the Language dictionary was enabled during the checking process (spell checking was activated for the zone). | 
| PASS_LINES | 0x00000040 | Input flag to instruct the selected recognition module to pass entire lines to the checker, instead of words. Do not use this attribute in conjunction with spell checking. | 
| USERDICT_PROHIBIT | 0x00000002 | Input flag to prohibit the use of the User dictionary. | 
| USERDICT_USED | 0x00020000 | Output "After recognition flag" that tells whether the User dictionary was enabled during the checking process (UD-checking was activated for the zone). | 
| VERTDICT_PROHIBIT | 0x00000008 | Input flag to prohibit the use of the Vertical dictionary. | 
| VERTDICT_USED | 0x00080000 | Output "After recognition flag" that tells whether a Vertical dictionary was enabled during the checking process. | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecZoneCheckingFlags