'Declaration
Public ReadOnly Property Value As String
'Usage
Dim instance As OmrBubbleResult Dim value As String value = instance.Value
public string Value {get;}
'Declaration
Public ReadOnly Property Value As String
'Usage
Dim instance As OmrBubbleResult Dim value As String value = instance.Value
public string Value {get;}
This property gets the value of the bubble as specified in the OmrBubbleModel.Value property. This property will always contain the Value of the corresponding OmrBubbleModel no matter if the bubble was detected as being marked or not marked.
This is not an indicator of whether this bubble was determined to be marked or unmarked.