VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTable Class
Constructors Properties Methods SeeAlso
In This Topic
    OmrFieldTable Class Members
    In This Topic
    The following tables list the members exposed by OmrFieldTable.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OmrFieldTable class.
    Public Properties
     NameDescription
    Public PropertyGets the confidence of the recognition result. (Inherited from FormFieldGroup)
    Public PropertyGets the template of the form field. (Inherited from FormField)
    Public PropertyGets a collection of form fields that belong to this FormFieldGroup. (Inherited from FormFieldGroup)
    Public PropertyGets or sets the name of the form field. (Inherited from FormField)
    Public PropertyGets the FormField at the specified row and column indices. (Inherited from FormFieldTable<TCellTemplate,TRecognizedField>)
    Public PropertyGets the recognized value of the table.
    Public Methods
     NameDescription
    Public MethodAdds the specified field to field group. (Inherited from FormFieldGroup)
    Public MethodReturns a System.String that represents this instance.
    See Also