←Select platform

Answer Property

Summary

Gets a string value representing the answer for the associated question in the provided OMR form's answer key (IRecognitionForm).

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

Property Value

A string value representing the answer in the OMR form's answer key. The default value is null.

Remarks

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