'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
'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
Member | Description |
---|---|
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. |
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.
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.MarkState