SectionStart Enum |
Docentric Toolkit Help
Send Feedback |
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum SectionStart
Member name | Description |
---|---|
Continuous | Section will start on the same page as previous section. |
EvenPage | Section will start on the even-numbered page. |
NewPage | Section will start on the new page. |
OddPage | Section will start on the odd-numbered page. |