TextSearchedEventArgs Class Members
In This Topic
The following tables list the members exposed by
TextSearchedEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | Canceled | Gets a value indicating whether current text searching process is canceled. |
 | FoundTextRegion | Gets the region of searched text. |
 | Image | Gets the image where text is found. |
 | ImageIndex | Gets the index of image where text is found. |
 | SearchEngine | Gets the text search engine. |
See Also