'Declaration
Public Property Value As String
'Usage
Dim instance As OmrBubbleModel Dim value As String instance.Value = value value = instance.Value
public string Value {get; set;}
'Declaration
Public Property Value As String
'Usage
Dim instance As OmrBubbleModel Dim value As String instance.Value = value value = instance.Value
public string Value {get; set;}
This property contains the character or string result value should analysis determine that the bubble is marked.
Default value: ""
Note 1: Set this value to a string of the shortest practical length to avoid clipping in the OmrSegmentResult.Text property and incorrect values in the OMRFieldResult.Text property.
Note 2: The value should never be greater than 511 characters in length to avoid clipping when processing a single mark OMR field, or when writing the OmrProcessor to a stream and reading it back from a stream.