Document.Concatenate Method (Document, Document, ImportOptions) |
Docentric Toolkit Help
Send Feedback |
Concatenates two documents by appending the second document to the first one. The input documents do not get modified during the opration.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static Document Concatenate( Document document1, Document document2, ImportOptions importOption )
Parameters
- document1
-
Type:
Document
The first document.
- document2
-
Type:
Document
The second document.
- importOption
-
Type:
ImportOptions
Options for this import operation.
Return value
Type: DocumentResulting document that contains the content of both documents, beginning with the content of the first document.