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