Accusoft.FormFix5.Net - Updated
MarkState Enumeration




Accusoft.FormFixSdk Namespace : MarkState Enumeration
The mark state of an OMR bubble, as determined by the OmrProcessor.
Syntax
'Declaration
 
Public Enum MarkState 
   Inherits System.Enum
'Usage
 
Dim instance As MarkState
public enum MarkState : System.Enum 
__value public enum MarkState : public System.Enum 
public enum class MarkState : public System.Enum 
Members
MemberDescription
Marked The bubble is determined to be marked by the filler of the OMR field.
Unmarked The bubble is determined to be unmarked by the filler of the OMR field.
Remarks

This enumeration represents the possible mark states an OMR bubble can be determined to be in. The two possible states represent that the bubble is either marked by the filler of the OMR field or unmarked by the filler of the OMR field.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.MarkState

See Also

Reference

Accusoft.FormFixSdk Namespace