[]
Creates a new object with the PrintBackground event arguments.
public PrintBackgroundEventArgs(SpreadView view, Graphics g, Rectangle sheetRectangle, int pageNum)
Public Sub New(view As SpreadView, g As Graphics, sheetRectangle As Rectangle, pageNum As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet being printed |
Graphics | g | Graphics device that handles printing |
Rectangle | sheetRectangle | Rectangular area that represents the area of the sheet to be printed |
int | pageNum | Number of the current page being printed |