FormFix v6.0 for .NET - Updated
Text Property (OmrSegmentResult)



Accusoft.FormFixSdk Namespace > OmrSegmentResult Class : Text Property
The analysis result text string for a segment.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
'Usage
 
Dim instance As OmrSegmentResult
Dim value As String
 
value = instance.Text
public string Text {get;}
public:
property String^ Text {
   String^ get();
}
Remarks

This read-only property contains the analysis result text string for a segment.

For fields with a MarkScheme of OmrMarkScheme.MultiMark, the result text string will contain values for each bubble determined to be marked separated by the MultiMarkDelimiter string or character.

Note: The length of this string will never be longer than 511 character. In the event that anaylsis of an OMR Field results in a string longer than 511 characters, the string will be clipped at 511 characters and stored in this property. In order to prevent clipping of the result sting, set the value of OmrBubbleModel.Value and MultiMarkDelimiter to a string of the shortest practical length.

See Also

Reference

OmrSegmentResult Class
OmrSegmentResult Members

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