'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer _
)
'使用法
Dim view As SpreadView
Dim g As Graphics
Dim sheetRectangle As Rectangle
Dim pageNum As Integer
Dim instance As New PrintBackgroundEventArgs(view, g, sheetRectangle, pageNum)