[]
Specifies the type of break at the beginning of a section.
public enum SectionStart
Continuous = 2
The new section starts on the same page as the previous section.
EvenPage = 3
The section starts on a new even page.
NewColumn = 1
The section starts from a new column.
NewPage = 0
The section starts from a new page.
OddPage = 4
The section starts on a new odd page.