Click or drag to resize
ContentDivideOperation Enumeration
Subset of content operations.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public enum ContentDivideOperation
Members
  Member nameValueDescription
Unclip0 Split every section as a new document. Accept no arguments. Produce list of documents
Unstaple1 Split every page as a new document. Accept no arguments. Produce list of documents
Split2 Split document on specific pages as new documents. Accept list of pages. Produce list of documents
Remarks