VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrRectangularField Class / OmrRectangularField Constructor(OmrRectangularFieldTemplate,OmrFieldState,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    OmrRectangularField Constructor(OmrRectangularFieldTemplate,OmrFieldState,Single,Single)
    In This Topic
    Initializes a new instance of the OmrRectangularField class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal fieldTemplate
    Template of the form field.
    As OmrRectangularFieldTemplate, _
    ByVal state
    State of OMR field.
    As OmrFieldState, _
    ByVal filledPercent
    Percentage of fillable area of OMR field that is actually filled.
    As Single, _
    ByVal confidence
    The recognition confidence.
    As Single _
    )

    Parameters

    fieldTemplate
    Template of the form field.
    state
    State of OMR field.
    filledPercent
    Percentage of fillable area of OMR field that is actually filled.
    confidence
    The recognition confidence.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also