Enum ContentDivideOperation
Subset of content operations.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum ContentDivideOperation
Fields
| Name | Description |
|---|---|
| Split | Split document on specific pages as new documents. Accept list of pages. Produce list of documents |
| Unclip | Split every section as a new document. Accept no arguments. Produce list of documents |
| Unstaple | Split every page as a new document. Accept no arguments. Produce list of documents |