Accusoft.FormFix5.Net
Value Property (OmrBubbleModel)




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* get_Value();
public: __property void set_Value( 
   string* value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback