SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / TextLineResult Class / Text Property




In This Topic
    Text Property (TextLineResult)
    In This Topic
    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