FILL_METHOD
typedef enum
{
FM_DEFAULT = 0,
FM_OMNIFONT,
FM_DRAFTDOT9,
FM_OMR,
FM_HANDPRINT,
FM_DRAFTDOT24,
FM_OCRA,
FM_OCRB,
FM_MICR,
FM_DOTDIGIT,
FM_DASHDIGIT,
FM_ASIAN,
FM_NO_OCR,
} FILL_METHOD;
The FILL_METHOD enumerated type represents the possible filling methods for a zone.
Value |
Meaning |
FM_DEFAULT |
This value denotes that the filling method for a zone is undetermined. |
FM_OMNIFONT |
The omnifont zone filling method. It denotes a machine printed text with any typeface which is not too stylized. |
FM_DRAFTDOT9 |
The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout. |
FM_OMR |
The optical mark zone filling method. It specifies a search for the presence or absence of an OMR mark within the zone. |
FM_HANDPRINT |
The handprinted zone filling method. It denotes handprinting within the zone. |
FM_DRAFTDOT24 |
The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout. |
FM_OCRA |
The OCR-A zone filling method. |
FM_OCRB |
The OCR-B zone filling method. |
FM_MICR |
The magnetic ink character filling method (also called E-13B). |
FM_DOTDIGIT |
The dot-digit zone filling method. |
FM_DASHDIGIT |
The dash-digit zone filling method. |
FM_ASIAN |
Zone filled by Asian text. |
FM_NO_OCR |
No recognition will be attempted. |
Comments
This enumerated type is used by the following object: