public class SizeOfPdfStatisticsEvent
extends com.itextpdf.commons.actions.AbstractStatisticsEvent
| Constructor and Description |
|---|
SizeOfPdfStatisticsEvent(long amountOfBytes, com.itextpdf.commons.actions.data.ProductData productData)
Creates an instance of this class based on the ProductData and the size of the document.
|
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.commons.actions.AbstractStatisticsAggregator |
createStatisticsAggregatorFromName(String statisticsName) |
long |
getAmountOfBytes()
Gets number of bytes in the PDF document during the processing of which the event was sent.
|
List<String> |
getStatisticsNames() |
public SizeOfPdfStatisticsEvent(long amountOfBytes,
com.itextpdf.commons.actions.data.ProductData productData)
ProductData and the size of the document.
amountOfBytes - the number of bytes in the PDF document during the processing of which the event was sent
productData - is a description of the product which has generated an event
public com.itextpdf.commons.actions.AbstractStatisticsAggregator createStatisticsAggregatorFromName(String statisticsName)
createStatisticsAggregatorFromName in class com.itextpdf.commons.actions.AbstractStatisticsEvent
public List<String> getStatisticsNames()
getStatisticsNames in class com.itextpdf.commons.actions.AbstractStatisticsEvent
public long getAmountOfBytes()
Copyright © 1998–2026. All rights reserved.