Class SizeOfPdfStatisticsEvent

All Implemented Interfaces:
IEvent

public class SizeOfPdfStatisticsEvent extends AbstractStatisticsEvent
Class which represents event related to size of the PDF document. Only for internal usage.
  • Constructor Details

    • SizeOfPdfStatisticsEvent

      public SizeOfPdfStatisticsEvent (long amountOfBytes, ProductData productData)
      Creates an instance of this class based on the ProductData and the size of the document.
      Parameters:
      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
  • Method Details