FILLMETHOD

typedef enum 
{
   FILL_DEFAULT = 0,
   FILL_OMNIFONT,
   FILL_DRAFTDOT9,
   FILL_OMR,
   FILL_HANDPRINT,
   FILL_DRAFTDOT24,
   FILL_OCRA,
   FILL_OCRB,
   FILL_MICR,
   FILL_DOTDIGIT,
   FILL_DASHDIGIT,
   FILL_NO_OCR,
} FILLMETHOD;

The FILLMETHOD enumerated type represents the possible filling methods for a zone.

Value

Meaning

FILL_DEFAULT

This value denotes that the filling method for a zone is undetermined.

FILL_OMNIFONT

The omnifont zone filling method. It denotes a machine printed text with any typeface which is not too stylized.

FILL_DRAFTDOT9

The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout.

FILL_OMR

The optical mark zone filling method. It specifies a search for the presence or absence of an OMR mark within the zone.

FILL_HANDPRINT

The handprinted zone filling method. It denotes handprinting within the zone.

FILL_DRAFTDOT24

The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout.

FILL_OCRA

The OCR-A zone filling method.

FILL_OCRB

The OCR-B zone filling method.

FILL_MICR

The magnetic ink character filling method (also called E-13B).

FILL_DOTDIGIT

The dot-digit zone filling method.

FILL_DASHDIGIT

The dash-digit zone filling method.

FILL_NO_OCR

No recognition will be attempted.

Comments

This enumerated type is used by the following structure:

ZONEDATA