SmartZone v7.2 - Updated
Text Property (TextLineResult)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > TextLineResult Class : Text Property
Gets the text string of the TextLineResult.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Text As String
'Usage
 
Dim instance As TextLineResult
Dim value As String
 
value = instance.Text
public override string Text {get;}
public: __property string* get_Text() override;
public:
property String^ Text {
   String^ get() override;
}
Remarks

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

See Also

Reference

TextLineResult Class
TextLineResult Members

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