Interface ITextExtractionStrategy
This is a special interface for IEventFilter that returns text as result of its work.
public interface ITextExtractionStrategy : IEventListener
- Inherited Members
Methods
GetResultantText()
Returns the text that has been processed so far.
string GetResultantText()