←Select platform

Results Property

Summary

Gets the results of processing the field.

Syntax
C#
VB
C++
public List<string> Results { get; } 
Public ReadOnly Property Results() As List(Of String) 
   Get 
public:  
   property List<String^>^ Results 
   { 
      List<String^>^ get() 
   } 

Property Value

A list of string values that represents the results of filled OMR marks for each OMR row or column.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly