Interface ILocationExtractionStrategy
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>
-
instance with the current resultant IPdfTextLocations