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