ITextFinder Interface | 
Namespace: DotNetBrowser.Search
public interface ITextFinder : IAutoDisposable
The ITextFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| Browser | 
                Gets the IBrowser instance associated with this object.
              | |
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | 
| Name | Description | |
|---|---|---|
| Find | 
                Performs search of the given searchText with the given options,
                highlights all matches and selects the first match on the currently loaded web page.
              | |
| StopFinding | 
                Stops finding and clears the highlighting of the found matches.
              | 
| Name | Description | |
|---|---|---|
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) |