←Select platform

GradeThisField Property

Summary

Indicates whether this OmrField is gradable or not.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public bool GradeThisField { get; set; } 
public:  
   [DataMemberAttribute] 
   property bool GradeThisField 
   { 
      bool get() 
      void set(bool value) 
   } 
GradeThisField # get and set (OmrFieldOptions) 

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 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.