Enum SectionBreakCode
Specifies type of the section break code.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum SectionBreakCode
Fields
Name | Description |
---|---|
EvenPage | Section break with the new section beginning on the next even-numbered page. |
NewColumn | Column break with the new section beginning on the next column on the page. |
NewPage | Section break with the new section beginning on the next page. |
NoBreak | No break with the new section beginning on the next paragraph of the same page. |
Oddpage | Section break with the new section beginning on the next odd-numbered page. |