Creates a new SingleSelectionField with automatically filled out field values recognized by Ocr.
public SingleSelectionField CreateSingleSelectionField(
List<FormField> formFields,
LogicalRectangle bounds,
int formPageNumber
)
Public Function CreateSingleSelectionField(
ByVal formFields As List(Of FormField
),
ByVal bounds As LogicalRectangle,
ByVal formPageNumber As Integer) As SingleSelectionField
public:
SingleSelectionField^ CreateSingleSelectionField(
List<FormField^>^ formFields,
LogicalRectangle^ bounds,
Int32 formPageNumber
)
formFields
A [FormField][FormField.md] list that contains all fields, including the OmrFormField fields within the bounds.
bounds
A [LogicalRectangle][../fr/LogicalRectangle.md] that represents the location of the SingleSelectionField to be created.
formPageNumber
Master form page number.
A SingleSelectionField field with automatically filled out field values.
Each field value is filled out with the Ocr text recognized on the right side of the corresponding OmrFormField. If no Ocr text is recognized, the user needs to fill out each SingleField value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET