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



Accusoft.FormFixSdk Namespace > OmrFieldResult Class : Text Property
The analysis result text string for the field.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
'Usage
 
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

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