VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrRectangularFieldTemplate Class
In This Topic
    OmrRectangularFieldTemplate Class Methods
    In This Topic
    For a list of all methods of this type, see OmrRectangularFieldTemplate.
    Public Methods
     NameDescription
    Public MethodDetects and builds the form field templates, which are equal to this form field template, in image region, which is specified by BoundingBox property. (Inherited from FormFieldTemplate)
    Public MethodCreates a new object that is a copy of the current OmrRectangularFieldTemplate instance.
    Public MethodAnalyzes the template image and saves information required for compensation of background of template image during form field recognition. (Inherited from OmrFieldTemplate)
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object. (Inherited from OmrFieldTemplate)
    Public MethodRecognizes a form field on the specified image. (Inherited from OmrFieldTemplate)
    Protected Methods
     NameDescription
    Protected MethodCreates the form field template by specified image points. (Inherited from OmrFieldTemplate)
    Protected MethodCreates an OmrField instance using specified filled state, black pixel density and confidence of recognition.
    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 MethodReturns the black pixel density of the field's area on specified image.
    Protected MethodReturns the bounding box for OMR field template.
    Protected MethodRaises the PropertyChanged event. (Inherited from FormFieldTemplate)
    Protected MethodRaises the PropertyChanging event. (Inherited from FormFieldTemplate)
    See Also