public class PagePrintEventArgs extends EventArgs
| Constructor and Description |
|---|
PagePrintEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageCount()
Gets a value indicating the total page count.
|
int |
getPageNumber()
Gets a 1-based value indicating which page is associated with this event.
|
void |
setPageCount(int value)
Internal use only.
|
void |
setPageNumber(int value)
Internal use only.
|
public final int getPageNumber()
public final void setPageNumber(int value)
public final int getPageCount()
public final void setPageCount(int value)