'Declaration
Public Property UnmarkedSegmentResult As String
'Usage
Dim instance As OmrProcessor Dim value As String instance.UnmarkedSegmentResult = value value = instance.UnmarkedSegmentResult
public string UnmarkedSegmentResult {get; set;}
'Declaration
Public Property UnmarkedSegmentResult As String
'Usage
Dim instance As OmrProcessor Dim value As String instance.UnmarkedSegmentResult = value value = instance.UnmarkedSegmentResult
public string UnmarkedSegmentResult {get; set;}
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.