VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplate Class
Constructors Properties Methods Events SeeAlso
In This Topic
FormFieldTemplate Class Members
In This Topic
The following tables list the members exposed by FormFieldTemplate.
Protected Constructors
 NameDescription
Protected 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.
Public PropertyGets or sets the name of form field template.
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.
Public MethodCreates a new object that is a copy of the current instance.
Public MethodAnalyzes the template image and saves information required for compensation of background of template image during form field recognition.
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public MethodRecognizes a form field on the specified image.
Protected Methods
 NameDescription
Protected MethodCreates the form field template by specified image points.
Protected MethodReturns the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.
Protected MethodRaises the PropertyChanged event.
Protected MethodRaises the PropertyChanging event.
Public Events
 NameDescription
Public EventOccurs when the form field template property is changed.
Public EventOccurs when the form field template property is changing.
See Also