DocumentMergeDocuments Method (Document, Document)ByteScout PDF SDK
Merges three documents.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void MergeDocuments(
	Document documentToMerge1,
	Document documentToMerge2
)

Parameters

documentToMerge1
Type: Bytescout.PDFDocument
Another document for merging. Pages of this document will be added to the pages of the current document.
documentToMerge2
Type: Bytescout.PDFDocument
Another document for merging. Pages of this document will be added to the pages of the current document.
Remarks

Merged documents may have form fields with the same names. According to the property RenameMatchingFieldsDuringMerge such matching fields will be linked or renamed to avoid unwanted linking.
See Also

Reference