[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintBackgroundEventArgs

PrintBackgroundEventArgs Class

Represents the event data for the PrintBackground event for the Spread component, which occurs when the background is printing.

Inheritance
PrintBackgroundEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class PrintBackgroundEventArgs : EventArgs
Public Class PrintBackgroundEventArgs
    Inherits EventArgs

Constructors

Name Description
PrintBackgroundEventArgs(FpSpread, Graphics, Rectangle, int)

Creates a new object with the PrintBackground event arguments.

Properties

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.