public interface PageCountUpdated extends PrintJobEvent
This event is fired after applying print settings via the
PrintSettings.apply() method.
| Modifier and Type | Method and Description |
|---|---|
default int |
pageCount()
Returns the number of pages to be printed.
|