VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class
Constructors Properties Methods Events SeeAlso
In This Topic
    OmrFieldTemplateTable Class Members
    In This Topic
    The following tables list the members exposed by OmrFieldTemplateTable.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets or sets the separator of the cell values in the recognition result.
    Public PropertyGets or sets a template for a table cell. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets the two-dimensional array of string values that correspond to cells of the table.
    Public PropertyGets or sets the count of columns in the table. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets or sets the ratio of distance between two cell columns to cell width. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets or sets the ratio of distance between two cell rows to cell height. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets a collection of form field templates that belong to this FormFieldTemplateGroup. (Inherited from FormFieldTemplateGroup)
    Public PropertyGets or sets the name of form field template. (Inherited from FormFieldTemplate)
    Public PropertyGets or sets the orientation of this OmrFieldTemplateTable.
    Public PropertyGets or sets the count of rows in the table. (Inherited from FormFieldTemplateTable<T>)
    Public PropertyGets or sets the separator of the cell segment values in the recognition result.
    Public PropertyGets or sets a threshold value of black pixel density, for each field in the table, for determining filled state of the field.
    Public PropertyGets or sets the value that is used if value of row or column is undefined.
    Public PropertyGets or sets the format string that should be applied to the value of recognized field group.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Calculates new bounding boxes for form field templates. (Inherited from FormFieldTemplateGroup)
    Public MethodCreates a new object that is a copy of the current OmrFieldTemplateTable instance.
    Public MethodAnalyzes the template image and saves information required for compensation of background of template image during form field recognition. (Inherited from FormFieldTemplateGroup)
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodRecognizes a form field on the specified image.
    Protected Methods
     NameDescription
    Protected MethodReturns the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image. (Inherited from FormFieldTemplate)
    Protected MethodRaises the PropertyChanged event. (Inherited from FormFieldTemplateGroup)
    Protected MethodRaises the PropertyChanged event.
    Protected MethodRaises the PropertyChanging event. (Inherited from FormFieldTemplate)
    Protected MethodRebuilds the table when some property of the table or cell template is changed.
    Public Events
     NameDescription
    Public EventOccurs when elements of the table are rebuilded. (Inherited from FormFieldTemplateTable<T>)
    Public EventOccurs when the form field template property is changed. (Inherited from FormFieldTemplate)
    Public EventOccurs when the form field template property is changing. (Inherited from FormFieldTemplate)
    See Also