Creates a new BubbleWordField with automatically filled out field values.
public BubbleWordField CreateBubbleWordField(
RasterImage image,
List<FormField> formFields,
LogicalRectangle bounds,
int formPageNumber
)
Public Function CreateBubbleWordField(
ByVal image As RasterImage,
ByVal formFields As List(Of FormField
),
ByVal bounds As LogicalRectangle,
ByVal formPageNumber As Integer) As BubbleWordField
public:
BubbleWordField^ CreateBubbleWordField(
RasterImage^ image,
List<FormField^>^ formFields,
LogicalRectangle^ bounds,
Int32 formPageNumber
)
image
The master form image.
formFields
A [FormField][FormField.md] list that contains all fields, including the OmrFormField fields within the bounds.
bounds
A [LogicalRectangle][../fr/LogicalRectangle.md] represents the location of the BubbleWordField to be created.
formPageNumber
Master form page number.
A BubbleWordField field with automatically filled out field values.
If the row count is 26 the field values are filled with alphabets from A to Z and the BubbleWordValueType is set to Character. Otherwise, the field values are filled with numbers from 0 to the row count and the BubbleWordValueType is set to Numerical.
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