ImportedDocumentPageNumbering Enum |
Docentric Toolkit Help
Send Feedback |
Specifies what shall be the starting page number for the imported document. This value is only applicable when setting the ImportedDocumentDelimiter to a value other than 'None'.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum ImportedDocumentPageNumbering
| Member name | Description |
|---|---|
| ForceContinuation | The imported document page numbers will continue from the highest number of thge previous section of the target element. |
| ForceRestart | The imported document page numbers will be restared with the starting number '1'. |
| OriginalSectionSetting | The original PageNumbersStartingNumber of the used section will be used. The section used is either taken from the source document or target document. |