←Select platform

Generate Method

Summary

Generates a list of possible values to be used in OmrField.SetValues method.

Syntax
C#
VB
C++
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 
   ) 

Parameters

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.

Return Value

A list of a list of string values that represents ranges of values.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.