Accusoft.Forms1 - Updated
Text Property (CharacterResult)



Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Text Property
Gets and Sets the text string of the CharacterResult.
Syntax
Public Shadows Property Text As String
Dim instance As CharacterResult
Dim value As String
 
instance.Text = value
 
value = instance.Text
public new string Text {get; set;}
public:
new property String^ Text {
   String^ get();
   void set (    String^ value);
}
Remarks
This property is the text string of the CharacterResult. Set the value to correct the recognition result.
See Also

Reference

CharacterResult Class
CharacterResult Members