Value | Member | Description |
---|---|---|
0 | Failed | Failed to process this OmrCollection. |
1 | Success | Processing was succesful. |
2 | NoSelection | No OmrBubble is filled in this OmrCollection. |
3 | MultipleSelections | Multiple OmrBubbles are filled. |
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.