Interface PageCountUpdated

All Superinterfaces:
Event, PrintJobEvent

public interface PageCountUpdated extends PrintJobEvent
An event indicating that the number of pages to print has been updated.

This event is fired after applying print settings via the PrintSettings.apply() method.

Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Returns the number of pages to be printed.
  • Method Details

    • pageCount

      default int pageCount()
      Returns the number of pages to be printed.