| Constructor and Description |
|---|
DefaultCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDocumentRead(long size)
This method gets triggered if a document is read.
|
void |
onDocumentWritten(long size)
This method gets triggered if a document is written.
|
public void onDocumentRead(long size)
ICounteronDocumentRead in interface ICountersize - the length of the document that was readpublic void onDocumentWritten(long size)
ICounteronDocumentWritten in interface ICountersize - the length of the document that was writtenCopyright © 1998–2018 iText Group NV. All rights reserved.