FormFix v6.0 for .NET - Updated
TooManyMarksSegmentResult Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : TooManyMarksSegmentResult Property
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
'Declaration
 
Public Property TooManyMarksSegmentResult As String
'Usage
 
Dim instance As OmrProcessor
Dim value As String
 
instance.TooManyMarksSegmentResult = value
 
value = instance.TooManyMarksSegmentResult
public string TooManyMarksSegmentResult {get; set;}
public:
property String^ TooManyMarksSegmentResult {
   String^ get();
   void set (    String^ value);
}
Remarks

This property specifies a result string or character value for a field's segment that was determined to have too many bubbles marked. This result string will only be used in cases where the segment has multiple bubble and the MarkScheme property has a value of OmrMarkScheme.SingleMark. When MarkScheme is SingleMark, only one bubble in the segment is allowed to be filled, so if more than one bubble is filled then the segment is determined to have too many bubbles marked. When MarkScheme is OmrMarkScheme.MultiMark, there is no limit on the number of bubbles in the segement that are allowed to be filled, and therefore this property will never be used.

Default value is a string with a single tilde 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

Is this page helpful?
Yes No
Thanks for your feedback.