ImageGear .NET - Updated
Text Property (ImGearRecPage)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : Text Property
Returns a string representation of the text found on the page.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
'Usage
 
Dim instance As ImGearRecPage
Dim value As String
 
value = instance.Text
public string Text {get;}
public: __property string* get_Text();
public:
property String^ Text {
   String^ get();
}
Remarks
The text returned is trimmed of leading and trailing whitespace.
See Also

Reference

ImGearRecPage Class
ImGearRecPage Members