Accusoft.FormFix5.Net - Updated August 3, 2020
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
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