Click or drag to resize

PdfDocumentBase Merge Method

Merges the specified source documents and return destination document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static PdfDocumentBase Merge(
	PdfDocumentBase dest,
	params Object[] sourceDocuments
)

Parameters

dest
Type: Spire.Pdf PdfDocumentBase
The destination document, where the other documents are merged into. If it's null a new document object will be created.
sourceDocuments
Type: System Object
The source documents.

Return Value

Type: PdfDocumentBase
The document containing merged documents.
See Also