SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextBlockResult Class / Text Property




In This Topic
    Text Property (TextBlockResult)
    In This Topic
    Gets the text string of the TextBlockResult.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As TextBlockResult
    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 gets the string of characters from the TextBlockResult.

    See Also