←Select platform

Grade Property

Summary

The grade of the IRecognitioForm object.

Syntax
C#
VB
C++
Java
public double Grade {get; set;} 
public double getGrade(); 
public abstract void setGrade( 
   double doubleValue 
); 
Public Property Grade() As Double 
   Get 
   Set 
public:  
   property double Grade 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

A double value representing the grade of this IRecognitionForm. The default value is 0.

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