ContentDivideOperation EnumerationDocuWare Platform .NET API
Subset of content operations.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
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

See Also

Reference