←Select platform

Generate Method

Summary

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

Syntax
C#
C++/CLI
Python
public static List<List<string>> Generate( 
   int rowCount, 
   int columnCount, 
   OmrFieldOrientation orientation 
) 
public:  
   static List<List<String^>^>^ Generate( 
      Int32 rowCount, 
      Int32 columnCount, 
      OmrFieldOrientation^ orientation 
   ) 
def Generate(self,rowCount,columnCount,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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