public class PrintPageEventArgs extends Object
Provides data for the E:PrintDocument.PrintPage event.
| Constructor and Description |
|---|
PrintPageEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
Graphics |
getGraphics()
Gets the
Graphics(PrintPageEventArgs.getGraphics()) used to paint the page. |
PageSettings |
getPageSettings()
Gets the page settings for the current page.
|
boolean |
hasMorePages()
Gets a value indicating whether an additional page should be printed.
|
void |
setMorePages(boolean value)
Sets a value indicating whether an additional page should be printed.
|
public final Graphics getGraphics()
Gets the Graphics(PrintPageEventArgs.getGraphics()) used to paint the page.
Graphics(PrintPageEventArgs.getGraphics()) used to paint the page.public final boolean hasMorePages()
Gets a value indicating whether an additional page should be printed.
true if an additional page should be printed; otherwise, false. The default is false.public final void setMorePages(boolean value)
Sets a value indicating whether an additional page should be printed.
value - a value indicating whether an additional page should be printed.public final PageSettings getPageSettings()
Gets the page settings for the current page.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.