[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetOwnerPrintRowPageBreaks

GetOwnerPrintRowPageBreaks Method

GetOwnerPrintRowPageBreaks(Graphics, Rectangle, int, bool)

Gets the row page breaks for the specified sheet under the current printing conditions.

Declaration
public int[] GetOwnerPrintRowPageBreaks(Graphics g, Rectangle rect, int sheet, bool reCalc)
Public Function GetOwnerPrintRowPageBreaks(g As Graphics, rect As Rectangle, sheet As Integer, reCalc As Boolean) As Integer()
Parameters
Type Name Description
Graphics g

Graphics object used for printing

Rectangle rect

Rectangle area that represents the area for printing

int sheet

Sheet for which to calculate page breaks

bool reCalc

Whether to recalcuate the page break

Returns
Type Description
int[]

The rows page breaks for the specified sheet

GetOwnerPrintRowPageBreaks(Graphics, Rectangle, int, bool, OwnerPrintInfo)

Gets the row page breaks for the specified sheet under the current printing conditions.

Declaration
public int[] GetOwnerPrintRowPageBreaks(Graphics g, Rectangle rect, int sheet, bool reCalc, OwnerPrintInfo info)
Public Function GetOwnerPrintRowPageBreaks(g As Graphics, rect As Rectangle, sheet As Integer, reCalc As Boolean, info As OwnerPrintInfo) As Integer()
Parameters
Type Name Description
Graphics g

Graphics object used for printing

Rectangle rect

Rectangle area representing the area for printing

int sheet

Sheet for which to calculate page breaks

bool reCalc

Whether to recalcuate page break

OwnerPrintInfo info

The printing information.

Returns
Type Description
int[]

The rows page breaks for the specified sheet