←Select platform

GradeThisField Property

Summary

Indicates whether this OmrField is gradable or not.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool GradeThisField { get; set; } 
<DataMemberAttribute()>  
Public Property GradeThisField() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property bool GradeThisField 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the associated field is gradable. false otherwise.

Remarks

This property is used by OmrAnalysisEngine to calculate the form's score and to determine whether to grade the OmrField.

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