←Select platform

Name Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public string Name {get;} 
public java.lang.String getName(); 
public:  
   property String^ Name 
   { 
      String^ get() 
   } 
Name # get  (QuestionAnswers) 

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 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.