Identifies zone filling methods.
Syntax
Members
Member | Description |
ASIAN |
Asian zone filling method
|
DEFAULT | 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 |
The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout.
|
DRAFTDOT9 |
The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout.
|
NO_OCR |
No recognition will be attempted.
|
OCRA |
OCR-A zone filling method.
|
OCRB |
OCR-B zone filling method.
|
OMNIFONT |
The omnifont zone filling method. It denotes a machine printed text with any typeface which is not too stylized.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecFillingMethod
See Also