VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSearchedEventArgs Class / FoundTextRegion Property
Syntax Requirements SeeAlso
In This Topic
    FoundTextRegion Property (TextSearchedEventArgs)
    In This Topic
    Gets the region of searched text.
    Syntax
    'Declaration
    
    Public ReadOnly Property FoundTextRegion As TextRegion
    
    
    public TextRegion FoundTextRegion { get; }
    
    
    public: __property TextRegion* get_FoundTextRegion();
    
    
    
    public:
    property TextRegion^ FoundTextRegion { TextRegion^ get(); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also