Accusoft.FormFix5.Net - Updated August 3, 2020
UnmarkedSegmentResult Property




Accusoft.FormFixSdk Namespace > OmrProcessor Class : UnmarkedSegmentResult Property
The unmarked segment result value of the field.
Syntax
'Declaration
 
Public Property UnmarkedSegmentResult As String
 
'Usage
 
Dim instance As OmrProcessor
Dim value As String
 
instance.UnmarkedSegmentResult = value
 
value = instance.UnmarkedSegmentResult
Remarks

This property specifies a result string or character value for a field's segment that was determined to have no bubbles marked.

Default value is a space character.

Note: The value cannot be greater than 511 characters in length. If setting this value to a string longer than 511 characters, the string will be clipped to the first 511 characters.

See Also

Reference

OmrProcessor Class
OmrProcessor Members