 
            | ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecFillingMethod Enumeration | 
'Declaration Public Enum ImGearRecFillingMethod Inherits System.Enum
'Usage Dim instance As ImGearRecFillingMethod
public enum ImGearRecFillingMethod : System.Enum
__value public enum ImGearRecFillingMethod : public System.Enum
public enum class ImGearRecFillingMethod : public System.Enum
| Member | Value | Description | 
|---|---|---|
| ASIAN | 14 | Asian zone filling method | 
| DEFAULT | 0 | The default zone filling method. The actual zone filling method for all zones of this type will be retrieved just before recognition, according to the ImGearRecRecognitionSettings.DefaultFillingMethod property. | 
| DRAFTDOT24 | 7 | The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout. | 
| DRAFTDOT9 | 2 | The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout. | 
| NO_OCR | 16 | No recognition will be attempted. | 
| OCRA | 8 | OCR-A zone filling method. | 
| OCRB | 9 | OCR-B zone filling method. | 
| OMNIFONT | 1 | The omnifont zone filling method. It denotes a machine printed text with any typeface which is not too stylized. | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecFillingMethod