Accusoft.Forms1 - Updated
Text Property (OmrFieldResult)



Accusoft.FormFixSdk Namespace > OmrFieldResult Class : Text Property
The analysis result text string for the field.
Syntax
Public ReadOnly Property Text As String
Dim instance As OmrFieldResult
Dim value As String
 
value = instance.Text
public string Text {get;}
public:
property String^ Text {
   String^ get();
}
Remarks

This read-only property contains the sum analysis result text string for all segment(s) in the field.

For multi-segment fields, the OmrProcessor.MultiSegmentReadDirection property specifies the direction in which segment results are read to build the result text string.

See Also

Reference

OmrFieldResult Class
OmrFieldResult Members