OmrFieldTemplate Class Members
In This Topic
The following tables list the members exposed by
OmrFieldTemplate.
Protected Constructors
| Name | Description |
 | OmrFieldTemplate | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | BoundingBox | Gets 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) |
 | FilledPercentOnTemplate | Gets or sets the black pixel density of the field on the template image. |
 | FilledThreshold | Gets or sets a threshold value of black pixel density of the field for determining whether the field is filled. |
 | FilledValue | Gets or sets a string, which will be used as value of recognized field, if the recognized field is considered filled. |
 | Name | Gets or sets the name of form field template. (Inherited from FormFieldTemplate) |
 | Threshold | Gets or sets a threshold value of black pixel density of the field for determining filled state of the field. |
 | UndefinedValue | Gets or sets a string, which will be used as value of recognized field, if the recognized field is considered undefined. |
 | UnfilledThreshold | Gets or sets a threshold value of black pixel density of the field for determining whether the field is unfilled. |
 | UnfilledValue | Gets or sets a string, which will be used as value of recognized field, if the recognized field is considered unfilled. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. (Inherited from FormFieldTemplate) |
 | CompensateTemplateImageBackground | Analyzes the template image and saves information required for compensation of background of template image during form field recognition. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | Recognize | Recognizes a form field on the specified image. |
Protected Methods
Public Events
See Also