ImportedDocumentDelimiterSectionStart Enum |
Docentric Toolkit Help
Send Feedback |
Specifies the SectionStart value for the section that delimits the appending/source and the target document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum ImportedDocumentDelimiterSectionStart
Member name | Description |
---|---|
ForceContinuous | Section will start on the same page where the previous section ends, regardless of the original setting. |
ForceEvenPage | Section will start on the even-numbered page, regardless of the original setting. |
ForceNewPage | Section will start on the new page, regardless of the original setting. |
ForceOddPage | Section will start on the odd-numbered page, regardless of the original setting. |
OriginalSectionSetting | The original Start of the used delimiter section will be used. |