IFindResultCallback class

IFindResultCallback class

Callback interface used to getting search text result.

The IFindResultCallback type exposes the following members:

Methods

MethodDescription
found_result(self, text_frame, source_text, found_text, text_position)Callback method that receives data about the found text.

See Also