Table of Contents

Interface ILocationExtractionStrategy

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

This is a special interface for IEventFilter that returns a collection of rectangles as result of its work.

public interface ILocationExtractionStrategy : IEventListener
Inherited Members

Methods

GetResultantLocations()

Returns the Rectangle s that have been processed so far.

ICollection<IPdfTextLocation> GetResultantLocations()

Returns

ICollection<IPdfTextLocation>

< IPdfTextLocation

instance with the current resultant IPdfTextLocations