VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrEllipticalField Class / OmrEllipticalField Constructor(OmrEllipticalFieldTemplate,OmrFieldState,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    OmrEllipticalField Constructor(OmrEllipticalFieldTemplate,OmrFieldState,Single,Single)
    In This Topic
    Initializes a new instance of the OmrEllipticalField class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal fieldTemplate
    Template of the form field.
    As OmrEllipticalFieldTemplate, _
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also