Concatenates the specified documents. The input documents do not get modified during the opration.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static Document Concatenate( Stream[] documentStreams, ImportOptions importOption )

Parameters

documentStreams
Type: Stream[]

Array of Stream objects for each document. Document.

importOption
Type: ImportOptions

Options for this import operation.

Return value

Type: Document
Resulting document that contains the content of both documents, beginning with the content of the first document.