[]
Represents the event data for the PrintBackground event for the Spread component, which occurs when the background is printing.
public class PrintBackgroundEventArgs : EventArgs
Public Class PrintBackgroundEventArgs
Inherits EventArgs
Name | Description |
---|---|
PrintBackgroundEventArgs(FpSpread, Graphics, Rectangle, int) | Creates a new object with the PrintBackground event arguments. |
Name | Description |
---|---|
Graphics | Gets or sets the graphics device that does the printing. |
PageNumber | Gets or sets the current page being printed. |
SheetRectangle | Gets or sets the rectangle area representing the sheet. |