←Select platform

Score Property

Summary

The total score of points for the filled OMR bubbles computed using the OmrAnalysisEngine.

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

Property Value

A double value representing the score of this form. Default value is 0.

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.