IFindResultCallback

IFindResultCallback interface

Callback interface used to getting search text result.

public interface IFindResultCallback

Methods

NameDescription
FoundResult(ITextFrame, string, string, int)Callback method that receives data about the found text.

See Also