typedef enum
{
DOC2_FILL_DEFAULT = 0,
DOC2_FILL_OMNIFONT,
DOC2_FILL_DRAFTDOT9,
DOC2_FILL_OMR,
DOC2_FILL_HANDPRINT,
DOC2_FILL_DRAFTDOT24,
DOC2_FILL_OCRA,
DOC2_FILL_OCRB,
DOC2_FILL_MICR,
DOC2_FILL_DOTDIGIT,
DOC2_FILL_DASHDIGIT,
DOC2_FILL_NO_OCR,
DOC2_FILL_ASIAN
DOC2_FILL_CMC7
} DOC2_FILLMETHOD;
The DOC2_FILLMETHOD enumerated type lists the different ways a zone can be filled.
Value | Meaning |
---|---|
DOC2_FILL_DEFAULT | The filling method for a zone is undetermined. |
DOC2_FILL_OMNIFONT | The omnifont zone filling method. It denotes machine-printed text with any typeface that is not too stylized. |
DOC2_FILL_DRAFTDOT9 | The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout. |
DOC2_FILL_OMR | The optical mark zone filling method. It specifies a search for the presence or absence of an OMR mark within the zone. |
DOC2_FILL_HANDPRINT | The handprinted zone filling method. It denotes handprinting within the zone. |
DOC2_FILL_DRAFTDOT24 | The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout. |
DOC2_FILL_OCRA | The OCR-A zone filling method. |
DOC2_FILL_OCRB | The OCR-B zone filling method. |
DOC2_FILL_MICR | The magnetic ink character filling method (also called E-13B). |
DOC2_FILL_DOTDIGIT | The dot-digit zone filling method. |
DOC2_FILL_DASHDIGIT | The dash-digit zone filling method. |
DOC2_FILL_NO_OCR | No recognition will be attempted. |
DOC2_FILL_ASIAN | Asian language filling method. |
DOC2_FILL_CMC7 | The CMC7 font zone filling method. |
The enumeration is used by: