| Class | Description | |
|---|---|---|
|  | BarcodeFormField | A single rectangular region on a form. | 
|  | BarcodeFormFieldResult | Provides the results of processing the barcode field. | 
|  | DotMatrixOcrModule | Specifies which dot-matrix recognition module to use on a TextFormField object. | 
|  | FormField | The base class for all form fields. Any form field, either predefined or user-defined, should implement FormField. | 
|  | FormFieldResult | Provides the results of processing the field. The base class for all form field result classes. | 
|  | FormPage | Specifies the page properties and fields for a Master Form. | 
|  | FormPages | Collection of FormPage objects. | 
|  | FormProcessingEngine | Class that contains the processing engine used to perform field processing. | 
|  | IcrOcrModule | Specifies the HNR handprinted (Icr) recognition module for a TextFormField object. | 
|  | ImageFormField | A single rectangular region on a form that defines an image area on a blank (not filled-in) form to be used when an image reading process is performed on the filled form during form processing. | 
|  | ImageFormFieldResult | Provides the results of processing the image field. | 
|  | MatrixMatchingOcrModule | Specifies the MAT matrix matching recognition module for a TextFormField object. | 
|  | MicrOcrModule | Specifies which magnetic ink character filling method recognition module to use on a TextFormField object. | 
|  | OcrFormField | The base class for all text, OMR and OCR fields. Any OCR form field, whether predefined or user-defined, should implement OcrFormField. | 
|  | OcrFormFieldResult | Provides the results of processing the OCR field. | 
|  | OcrModule | The base class for all classes that specify a recognition module for a TextFormField object. | 
|  | OmniFontOcrModule | Specifies the Omnifont recognition module for a TextFormField object. | 
|  | OmrFormField | A single rectangular region on a form that defines an OMR (optical mark) area on a blank (not filled-in) form so that an OMR reading process can be performed on the filled form during form processing. | 
|  | OmrFormFieldResult | Provides the results of processing the OMR field. | 
|  | ProcessFieldEventArgs | Handles each field processed by the FormProcessingEngine. | 
|  | ProcessPageEventArgs | Handles each page processed by FormProcessingEngine. | 
|  | TextFormField | A single rectangular region on a form that defines a text area on a blank (not filled-in) form so a text reading process can be performed on the filled form during form processing. | 
|  | TextFormFieldResult | Provides the results of processing the text field. | 
| Structure | Description | |
|---|---|---|
|  | BarcodeFieldData | This class contains barcode data information that have been read inside the field. | 
| Enumeration | Description | |
|---|---|---|
|  | DotMatrixOcrModuleMethod | Values that represent the dot matrix recognition module. | 
|  | FormFieldStatus | Values that describe the status of field processing. | 
|  | IcrOcrModuleModule | Values that represent the ICR recognition module. | 
|  | OcrTextType | Values that indicate the different text field types. | 
|  | OmniFontOcrModuleModule | Values that represent the Omnifont recognition module. This is machine-printed text with any typeface that is not too stylized. | 
|  | TextFieldType | Values that represent the type of the text in the Text Field. |