[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetOwnerPrintInfo

GetOwnerPrintInfo Method

GetOwnerPrintInfo(Graphics, Rectangle, int)

Gets the printing information required to print a given sheet into the supplied rectangle.

Declaration
public OwnerPrintInfo GetOwnerPrintInfo(Graphics g, Rectangle rect, int sheet)
Public Function GetOwnerPrintInfo(g As Graphics, rect As Rectangle, sheet As Integer) As OwnerPrintInfo
Parameters
Type Name Description
Graphics g

Graphics object that handles printing

Rectangle rect

Rectangular area that represents the area for printing

int sheet

Sheet to print

Returns
Type Description
OwnerPrintInfo