VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.UI Namespace / FormFieldTemplateView Class
Constructors Properties Methods Events SeeAlso
In This Topic
FormFieldTemplateView Class Members
In This Topic
The following tables list the members exposed by FormFieldTemplateView.
Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the FormFieldTemplateView 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 background brush of the rectangle.
Public PropertyGets or sets a transformer used for building of the form field template view.
Public PropertyGets the form field template.
Public PropertyGets or sets an interaction controller of form field template view.
Public PropertyGets a value indicating whether this form field template view is disposed.
Public PropertyGets or sets a value indicating whether the form field template is visible.
Public PropertyGets or sets the border pen of the rectangle.
Public PropertyGets or sets a transformer used for transforming (moving/resizing/...) of the form field template view.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.
Public MethodOverloaded. Releases all resources used by this object.
Public MethodDraws the form field template view on the specified System.Drawing.Graphics.
Public MethodReturns a bounding box, in the image space, of form field template view.
Public MethodReturns a point transformation of the form field template view for specified ImageViewer.
Protected Methods
 NameDescription
Protected MethodDraws the form field template on the System.Drawing.Graphics in the coordinate space of field template.
Protected MethodRaises the StateChanged event. Invoked when the property of form field template is changed.
Protected MethodRaises the StateChanged event.
Public Events
 NameDescription
Public EventOccurs when the object state is changed.
See Also