'DeclarationPublic Enum MarkState Inherits System.Enum
'UsageDim instance As MarkState
public enum MarkState : System.Enum
public enum class MarkState : public System.Enum
'DeclarationPublic Enum MarkState Inherits System.Enum
'UsageDim instance As MarkState
public enum MarkState : System.Enum
public enum class MarkState : public System.Enum
| Member | Value | Description |
|---|---|---|
| Marked | 2 | The bubble is determined to be marked by the filler of the OMR field. |
| Unmarked | 1 | 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