←Select platform

OmrCollectionStatus Enumeration

Summary

An enumeration that indicates the result of processing OmrCollection.

Syntax
C#
VB
C++
public enum OmrCollectionStatus 
Public Enum OmrCollectionStatus 
public: 
   enum class OmrCollectionStatus sealed 
Members
ValueMemberDescription
0FailedFailed to process this OmrCollection.
1SuccessProcessing was succesful.
2NoSelectionNo OmrBubble is filled in this OmrCollection.
3MultipleSelectionsMultiple OmrBubbles are filled.
Remarks

This enumeration is provided for users to check the status of processing individual OmrCollection to validate the output of processing the rows/columns of the OmrField object in the filled-in form.

If the OMR toolkit fails to process the OmrCollection object, the Status property is set to Failed. On the other hand, if succesful, the status is set to Success. This means the processing is done with a single filled-in OmrBubble.

NoSelection means no OMR mark is filled in the corresponding OmrCollection.

MutlipleSelection means the filled-in form has more than one OMR mark filled.

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.