public class PagePrintedEventArgs extends PagePrintEventArgs
| Constructor and Description |
|---|
PagePrintedEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasMorePages()
Gets or sets a value indicating whether an additional page should be printed.
|
void |
setHasMorePages(boolean value)
Gets or sets a value indicating whether an additional page should be printed.
|
getPageCount, getPageNumber, setPageCount, setPageNumberpublic final boolean getHasMorePages()
True if an additional page should be printed; otherwise, false.
public final void setHasMorePages(boolean value)
True if an additional page should be printed; otherwise, false.