public static List<List<string>> Generate(
int rowCount,
int columnCount,
OmrFieldOrientation orientation
)
Public Shared Function Generate(
ByVal rowCount As Integer,
ByVal columnCount As Integer,
ByVal orientation As OmrFieldOrientation
) As List(Of List(Of String))
public:
static List<List<String^>^>^ Generate(
Int32 rowCount,
Int32 columnCount,
OmrFieldOrientation^ orientation
)
rowCount
The total number of OMR bubbles rows in OmrField.
columnCount
The total number of OMR bubbles columns in OmrField.
orientation
The OmrFieldOrientation value of OmrField.
A list of a list of string values that represents ranges of values.
This method generates different ranges such as Zero to Nine or A to Z based on the count of the OMR bubbles and the orientation of the field. Use the appropriate values matching the provided image in OmrField.SetValues.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document