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



Accusoft.FormFixSdk Namespace > OmrBubbleModel Class : Value Property
The value of the bubble.
Syntax
'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;}
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}
Remarks

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.

See Also

Reference

OmrBubbleModel Class
OmrBubbleModel Members

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