[]
Interface that supports pagination at the specified rows and columns when printing to PDF or a printer on the client.
public interface IPageBreakSupport
Public Interface IPageBreakSupport
| Name | Description |
|---|---|
| GetPageBreak(int) | Gets whether a page break occurs at the specified row or column. |
| SetPageBreak(int, bool) | Sets whether a page break occurs at the specified row or column. |