GetTextLocations(String) Method
Returns all rectangle areas containing the specified text within this object (Windows only).

C# Syntax

Rectangle[] GetTextLocations( 
   string textToFind
)

Parameters

textToFind
The text string to find.