Overview and description of Leadtools Forms Processing Omr Fields classes, enumerations, and structures.
Class | Description | |
---|---|---|
BarcodeField | A single rectangular region on a form that defines a barcode area on a blank (not filled-in) form. Thus, a barcode reading process can be performed on the filled form during OMR processing. | |
BarcodeFieldResult | Provides the results of processing the BarcodeField. | |
Field | The base class for all OMR fields. Any OMR form field implements this class. | |
FieldResult | The base class for all [Fields](Fields-Fields.md result classes. | |
Fields | The Field collection. | |
GenerateOmrFieldValues | A static class used to generate a list of possible values to be used in the OmrField.SetValues method. | |
ImageField | A single rectangular region on a form that defines an image area on a blank (not filled-in) form. Thus, the image can be extracted from the filled-in form after the OMR process finishes. | |
ImageFieldResult | Provides the results of processing the ImageField. | |
OcrField | A single rectangular region on a form that defines an OCR area on a blank (not filled-in) form. Thus, an OCR reading process can be performed on the filled form during OMR processing. | |
OcrFieldResult | Provides the results of processing the OcrField object. | |
OmrCollection | A collection of OmrBubble objects representing a row or column in OmrField. | |
OmrField | A class that represents a single rectangular region on a form that defines an OMR (optical mark) area on a blank (not filled-in) form. Thus, an OMR reading process can be performed on the filled form during OMR processing. | |
OmrFieldResult | Provides the results of processing the OmrField. |
Structure | Description | |
---|---|---|
OmrBubble | A class that represents a single OMR mark in the OMR page image. | |
OmrFieldOptions | OmrFieldOptions structure is used to control different options of the OmrField object. |
Enumeration | Description | |
---|---|---|
ColumnsReportOrder | An enumeration that determines the output text reporting order for column wise OmrField. | |
FieldStatus | An enumeration that represents the status of recognizing a Field wether the process was successful. | |
OmrCollectionStatus | An enumeration that indicates the result of processing OmrCollection. | |
OmrFieldBubbleLayoutType | Enumeration to determine the type of the associated OmrField object. | |
OmrFieldOrientation | The orientation of the OmrField object. | |
OmrTextFormat | Enumeration that represents the output text format of the OmrField. |