DocumentMergeDocuments Method (Document, Document, Document)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Merges four documents.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void MergeDocuments( Document documentToMerge1, Document documentToMerge2, Document documentToMerge3 )
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. - documentToMerge3
- Type: Bytescout.PDFDocument
Another document for merging. Pages of this document will be added to the pages of the current document.
Remarks
See Also