Accusoft.SmartZoneOCR5.Net - Updated
Text Property (Result)






Accusoft.SmartZoneOCRSdk Namespace > Result Class : Text Property
Gets the text string of the result object.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Text As System.String
'Usage
 
Dim instance As Result
Dim value As System.String
 
value = instance.Text
public virtual System.string Text {get;}
public read-only property Text: System.String; virtual; 
public function get Text : System.String
public: __property virtual System.string* get_Text();
public:
virtual property System.String^ Text {
   System.String^ get();
}
Remarks

This read-only property is the text string of the result object.

See Also

Reference

Result Class
Result Members