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 sentproductData - is a description of the product which has generated an eventpublic com.itextpdf.commons.actions.AbstractStatisticsAggregator createStatisticsAggregatorFromName(String statisticsName)
createStatisticsAggregatorFromName in class com.itextpdf.commons.actions.AbstractStatisticsEventpublic List<String> getStatisticsNames()
getStatisticsNames in class com.itextpdf.commons.actions.AbstractStatisticsEventpublic long getAmountOfBytes()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.