←Select platform

FilledForms Property

Summary

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

Syntax
C#
VB
C++
Java
public List<IRecognitionForm> FilledForms { get; set; } 
public IRecognitionForm getFilledForms(); 
public void setFilledForms( 
   java.util.List<IRecognitionForm> iRecognitionForm 
); 
Public Property FilledForms() As List(Of IRecognitionForm) 
   Get 
   Set 
public:  
   property List<IRecognitionForm^>^ FilledForms 
   { 
      List<IRecognitionForm^>^ get() 
      void set(List<IRecognitionForm^>^ value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.