OmrFieldTemplate Class Properties
In This Topic
For a list of all properties of this type, see
OmrFieldTemplate.
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. |
  | MinFieldSize | Gets or sets the minimum size of the field, in pixels. |
 | 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. |
See Also