VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrRectangularFieldTemplate Class
Constructors Properties Methods Events SeeAlso
In This Topic
    OmrRectangularFieldTemplate Class Members
    In This Topic
    The following tables list the members exposed by OmrRectangularFieldTemplate.
    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 FormFieldTemplate)
    Public PropertyGets or sets the black pixel density of the field on the template image. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets a threshold value of black pixel density of the field for determining whether the field is filled. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets a string, which will be used as value of recognized field, if the recognized field is considered filled. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets the name of form field template. (Inherited from FormFieldTemplate)
    Public PropertyGets or sets a threshold value of black pixel density of the field for determining filled state of the field. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets a string, which will be used as value of recognized field, if the recognized field is considered undefined. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets a threshold value of black pixel density of the field for determining whether the field is unfilled. (Inherited from OmrFieldTemplate)
    Public PropertyGets or sets a string, which will be used as value of recognized field, if the recognized field is considered unfilled. (Inherited from OmrFieldTemplate)
    Public Methods
     NameDescription
    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 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 MethodRaises the PropertyChanged event. (Inherited from FormFieldTemplate)
    Protected MethodRaises the PropertyChanging event. (Inherited from FormFieldTemplate)
    Public Events
     NameDescription
    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