OwnerPrintDraw(Graphics,Rectangle,Int32,Int32,OwnerPrintInfo) Method
In This Topic
Prints the specified page of the specified sheet to a specified graphics interface with the specified size.
Syntax
'Declaration
Public Overloads Sub OwnerPrintDraw( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As OwnerPrintInfo _
)
'Usage
Dim instance As FpSpread
Dim g As Graphics
Dim rect As Rectangle
Dim sheet As Integer
Dim page As Integer
Dim info As OwnerPrintInfo
instance.OwnerPrintDraw(g, rect, sheet, page, info)
public void OwnerPrintDraw(
Graphics ,
Rectangle ,
int ,
int ,
OwnerPrintInfo
)
Parameters
- g
- Graphics device that handles printing
- rect
- Location and size of a rectangular region
- sheet
- Sheet from which to print
- page
- Specific page of the sheet to print
- info
Exceptions
See Also