VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.UI Namespace / OmrRectangularFieldView Class
Constructors Properties Methods Events SeeAlso
In This Topic
    OmrRectangularFieldView Class Members
    In This Topic
    The following tables list the members exposed by OmrRectangularFieldView.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OmrRectangularFieldView class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the background brush of form field. (Inherited from FormFieldView)
    Public PropertyGets or sets a transformer used for building of the form field. (Inherited from FormFieldView)
    Public PropertyGets the recognized field. (Inherited from FormFieldView)
    Public PropertyGets the template of the form field. (Inherited from FormFieldView)
    Public PropertyGets or sets the background brush of OMR field view when the Field has a state OmrFieldState.Filled. (Inherited from OmrFieldView)
    Public PropertyGets or sets an interaction controller of form field view. (Inherited from FormFieldView)
    Public PropertyGets or sets a value indicating whether the form field is visible. (Inherited from FormFieldView)
    Public PropertyGets or sets the border pen of form field. (Inherited from FormFieldView)
    Public PropertyGets or sets a transformer used for transforming (moving/resizing/...) of the form field. (Inherited from FormFieldView)
    Public PropertyGets or sets the background brush of OMR field view when the Field has a state OmrFieldState.Undefined. (Inherited from OmrFieldView)
    Public PropertyGets or sets the background brush of OMR field view when the Field has a state OmrFieldState.Unfilled. (Inherited from OmrFieldView)
    Public Methods
     NameDescription
    Public MethodDraws the form field view on the specified System.Drawing.Graphics. (Inherited from FormFieldView)
    Public MethodReturns a bounding box, in the image space, of form field view. (Inherited from FormFieldView)
    Public MethodReturns a point transformation of the form field view for specified ImageViewer. (Inherited from FormFieldView)
    Protected Methods
     NameDescription
    Protected MethodDraws the form field on the System.Drawing.Graphics in the coordinate space of form field. (Inherited from OmrFieldView)
    Protected MethodRaises the StateChanged event. (Inherited from FormFieldView)
    Public Events
     NameDescription
    Public EventOccurs when the object state is changed. (Inherited from FormFieldView)
    See Also