FormFix v6.0 for .NET - Updated
Value Property (OmrBubbleResult)



Accusoft.FormFixSdk Namespace > OmrBubbleResult Class : Value Property
Gets the value of the bubble as specified by the corresponding OmrBubbleModel's Value 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^ 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

Is this page helpful?
Yes No
Thanks for your feedback.