public class PagePrintingEventArgs extends PagePrintEventArgs
| Constructor and Description |
|---|
PagePrintingEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getSkipThisPage()
Gets or sets a value indicating whether this page should be skipped in
output.
|
void |
setSkipThisPage(boolean value)
Gets or sets a value indicating whether this page should be skipped in
output.
|
getPageCount, getPageNumber, setPageCount, setPageNumberpublic final boolean getSkipThisPage()
True if this page should be skipped in output. Otherwise, false. The default value is false.
public final void setSkipThisPage(boolean value)
True if this page should be skipped in output. Otherwise, false. The default value is false.