FoundResult

IFindResultCallback.FoundResult method

Callback method that receives data about the found text.

public void FoundResult(ITextFrame textFrame, string sourceText, string foundText, int textPosition)
ParameterTypeDescription
textFrameITextFrameThe ITextFrame in which the text was found.
sourceTextStringThe source text in which the text was found.
foundTextStringThe found text.
textPositionInt32The position of the found text.

See Also