←Select platform

NumberPass Property

Summary

Represents the number of filled forms with grade value higher or equal to the passing grade specified in PassingScore.

Syntax
C#
VB
C++
Java
public int NumberPass { get; } 
public int getNumberPass(); 
Public ReadOnly Property NumberPass() As Integer 
   Get 
public:  
   property Int32 NumberPass 
   { 
      Int32 get() 
   } 

Property Value

Integer value representing the count of filled forms with grade value higher or equal to the passing grade. The 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.