ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class / Text Property




In This Topic
    Text Property (ImGearOCRPage)
    In This Topic
    Returns a string representation of the text found on the page.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Text As String
    'Usage
     
    Dim instance As ImGearOCRPage
    Dim value As String
     
    value = instance.Text
    public abstract string Text {get;}
    public: __property abstract string* get_Text();
    public:
    abstract property String^ Text {
       String^ get();
    }
    See Also