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