Accusoft.FormFix5.Net - Updated
Value Property (OmrBubbleResult)




Accusoft.FormFixSdk Namespace > OmrBubbleResult Class : Value Property
Gets the value of the bubble as specified by the corresponding OmrBubbleModel'sValue property.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
'Usage
 
Dim instance As OmrBubbleResult
Dim value As String
 
value = instance.Value
public string Value {get;}
public: __property string* get_Value();
public:
property String^ Value {
   String^ get();
}
Remarks

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.

See Also

Reference

OmrBubbleResult Class
OmrBubbleResult Members