|
| class |
CounterManager |
| |
Manager that works with ICounterFactory. More...
|
| |
| class |
DefaultCounter |
| |
Default implementation of the ICounter interface that essentially doesn't do anything. More...
|
| |
| interface |
ICounter |
| |
Interface that can be implemented if you want to count the number of documents that are being processed by iText. More...
|
| |
| interface |
ICounterFactory |
| |
Factory that can be registered in CounterManager and creates a counter for every reader or writer class. More...
|
| |
| class |
SimpleCounterFactory |
| |
ICounterFactory implementation that always returns counter instance passed to it in constructor More...
|
| |
| class |
SystemOutCounter |
| |
A ICounter implementation that outputs information about read and written documents to System.Console.Out More...
|
| |
| class |
SystemOutCounterFactory |
| |
ICounterFactory implementation that creates new SystemOutCounter on each call. More...
|
| |