Gets or sets the too many marks segment result value that is returned when more than the allowed number of bubbles
in the segment are marked.
Syntax
public string TooManyMarksSegmentResult {get; set;}
public: __property string* get_TooManyMarksSegmentResult();
public: __property void set_TooManyMarksSegmentResult(
string* value
);
'Declaration
Public Property TooManyMarksSegmentResult As String
'Usage
Dim instance As OmrProcessor
Dim value As String
instance.TooManyMarksSegmentResult = value
value = instance.TooManyMarksSegmentResult
See Also