Enum SectionBreakCode
Specifies type of the section break code.
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum SectionBreakCode
Fields
| Name | Description |
|---|---|
| EvenPage | The section starts on a new even page. |
| NewColumn | The section starts from a new column. |
| NewPage | The section starts from a new page. |
| NoBreak | Specifies no break code. |
| Oddpage | The section starts on a new odd page. |