[]
Gets the row page breaks for the specified sheet under the current printing conditions.
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()
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 |
Type | Description |
---|---|
int[] | The rows page breaks for the specified sheet |
Gets the row page breaks for the specified sheet under the current printing conditions.
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()
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. |
Type | Description |
---|---|
int[] | The rows page breaks for the specified sheet |