iText 8.0.2 API
|
Class which represents event for counting the number of pages in a PDF document. More...
Public Member Functions |
|
NumberOfPagesStatisticsEvent (int numberOfPages, ProductData productData) | |
Creates an instance of this class based on the iText.Commons.Actions.Data.ProductData and the number of pages. 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 int | GetNumberOfPages () |
Gets number of pages in the PDF document during the processing of which the event was sent. More... |
|
![]() |
|
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 for counting the number of pages in a PDF document.
Class which represents event for counting the number of pages in a PDF document. Only for internal usage.
|
inline |
Creates an instance of this class based on the iText.Commons.Actions.Data.ProductData and the number of pages.
numberOfPages | the number of pages 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 pages 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.