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