C#
VB
C++
Initializes a new SingleSelectionField class object with explicit parameters.
public SingleSelectionField(
string name,
LogicalRectangle bounds,
List<SingleField> fields
)
Public Sub New(
ByVal name As String,
ByVal bounds As LogicalRectangle,
ByVal fields As List(Of SingleField))
name
The name of this field.
bounds
The location of the field in the form image.
fields
A list of SingleField that represents the row or column of OMR marks in this field.
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