Table of Contents

Interface ITextExtractionStrategy

Namespace
iText.Kernel.Pdf.Canvas.Parser.Listener
Assembly
itext.kernel.dll

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()

Returns

string

string instance with the current resultant text