Generates a list of possible values to be used in OmrField.SetValues method.
public static List<List<string>> Generate(
int rowCount,
int 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.