FormFix v6.0 for .NET - Updated
MultiMarkValues Property



Accusoft.FormFixSdk Namespace > OmrSegmentResult Class : MultiMarkValues Property
Deprecated. Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead. Gets a string objects collection that represent segment analysis Multi-mark results text data.
Syntax
'Declaration
 
<ObsoleteAttribute("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")>
Public ReadOnly Property MultiMarkValues As StringCollection
'Usage
 
Dim instance As OmrSegmentResult
Dim value As StringCollection
 
value = instance.MultiMarkValues
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")]
public StringCollection MultiMarkValues {get;}
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")]
public:
property StringCollection^ MultiMarkValues {
   StringCollection^ get();
}
Remarks

This collection holds a list of string objects that contain the segments's Multi-mark analysis result text data.

This collection is populated by the component when the OmrFieldResult object is created in response to an analysis request. The number of String objects in the collection corresponds to the number of bubbles that analysis determined were marked. If no bubbles were determined to be marked the collection is empty. The collection is always empty for processing not designated with a MarkScheme of OmrMarkScheme.MultiMark.

See Also

Reference

OmrSegmentResult Class
OmrSegmentResult Members

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