|
iText 8.0.2 API
|
Class which represents event related to size of the PDF document. More...
Public Member Functions |
|
| SizeOfPdfStatisticsEvent (long amountOfBytes, ProductData productData) | |
| Creates an instance of this class based on the iText.Commons.Actions.Data.ProductData and the size of the document. More... |
|
| override AbstractStatisticsAggregator | CreateStatisticsAggregatorFromName (String statisticsName) |
| Creates statistics aggregator based on provided statistics name. More... |
|
| override IList< String > | GetStatisticsNames () |
| Gets all statistics names related to this event. More... |
|
| virtual long | GetAmountOfBytes () |
| Gets number of bytes in the PDF document during the processing of which the event was sent. More... |
|
Public Member Functions inherited from iText.Commons.Actions.AbstractProductITextEvent |
|
| virtual ProductData | GetProductData () |
| Gets a product data which generated the event. More... |
|
| virtual String | GetProductName () |
| Gets a name of product which generated the event. More... |
|
Class which represents event related to size of the PDF document.
Class which represents event related to size of the PDF document. Only for internal usage.
|
inline |
Creates an instance of this class based on the iText.Commons.Actions.Data.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 |
|
inlinevirtual |
Creates statistics aggregator based on provided statistics name.
Reimplemented from iText.Commons.Actions.AbstractStatisticsEvent.
|
inlinevirtual |
Gets number of bytes in the PDF document during the processing of which the event was sent.
|
inlinevirtual |
Gets all statistics names related to this event.
Implements iText.Commons.Actions.AbstractStatisticsEvent.