[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetOwnerPrintColumnPageBreaks

GetOwnerPrintColumnPageBreaks Method

GetOwnerPrintColumnPageBreaks(Graphics, Rectangle, int, bool)

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

Declaration
public int[] GetOwnerPrintColumnPageBreaks(Graphics g, Rectangle rect, int sheet, bool reCalc)
Public Function GetOwnerPrintColumnPageBreaks(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[]

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

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

Declaration
public int[] GetOwnerPrintColumnPageBreaks(Graphics g, Rectangle rect, int sheet, bool reCalc, OwnerPrintInfo info)
Public Function GetOwnerPrintColumnPageBreaks(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 the page break

OwnerPrintInfo info

The printing information.

Returns
Type Description
int[]