iText 8.0.2 API
|
This is an interface which helps to filter events. More...
Public Member Functions |
|
bool | Accept (IEventData data, EventType type) |
This method checks an event and decides whether it should be processed further (corresponds to true return value), or filtered out (corresponds to false return value). More... |
|
This is an interface which helps to filter events.
bool iText.Kernel.Pdf.Canvas.Parser.Filter.IEventFilter.Accept | ( | IEventData | data, |
EventType | type | ||
) |
This method checks an event and decides whether it should be processed further (corresponds to true
return value), or filtered out (corresponds to false
return value).
data | event data |
type | event type |
Implemented in iText.Kernel.Pdf.Canvas.Parser.Filter.TextRegionEventFilter.