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






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

This read-only property gets the string of characters from the TextBlockResult.

See Also

Reference

TextBlockResult Class
TextBlockResult Members