←Select platform

FilledForms Property

Summary

A list of filled IRecognitionForm forms to be analyzed by OmrAnalysisEngine.

Syntax
C#
C++/CLI
Java
Python
public List<IRecognitionForm> FilledForms { get; set; } 
public IRecognitionForm getFilledForms(); 
public void setFilledForms( 
   java.util.List<IRecognitionForm> iRecognitionForm 
); 
public:  
   property List<IRecognitionForm^>^ FilledForms 
   { 
      List<IRecognitionForm^>^ get() 
      void set(List<IRecognitionForm^>^ value) 
   } 
FilledForms # get and set (OmrAnalysisEngine) 

Property Value

A List<IRecognitionForm> object.

Remarks

The list of filled IRecognitionForm forms representing the filled answer sheets, such as when taking school exams or surveys. Typically, the answer sheets are filled by students taking a test, survey participants or people answering various questionnaires.

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.