LocateText(Image,String) Method
Returns all rectangle areas within the supplied image that contain the specified text.

C# Syntax

public static Rectangle[] LocateText( 
   Image image,
   string textToFind
)

Parameters

image
The image to use for the search.
textToFind
The text string to find.