FormFieldTemplate Class Members
In This Topic
The following tables list the members exposed by
FormFieldTemplate.
Protected Constructors
| Name | Description |
 | FormFieldTemplate | 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. |
 | Name | Gets or sets the name of form field template. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | 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
| Name | Description |
 | PropertyChanged | Occurs when the form field template property is changed. |
 | PropertyChanging | Occurs when the form field template property is changing. |
See Also