←Select platform

Name Property

Summary

Gets a unique string representing the question in the OMR form.

Syntax
C#
VB
C++
Java
public string Name {get;} 
public java.lang.String getName(); 
Public ReadOnly Property Name() As String 
   Get 
public:  
   property String^ Name 
   { 
      String^ get() 
   } 

Property Value

String value representing the unique name for the question. The default value is null.

Remarks

All properties are filled internally after OmrAnalysisEngine.GradeForms is invoked. Each QuestionAnswers has a unique name that contains the page number, OmrField name and the row or column associated with this object.

Each QuestionAnswers has a unique name that contains the page number, OmrField name, and the row or column associated with this object.

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