ExpertPdf PDF Creator Library
Merge Method (srcPdfFilePaths, destFilePath)
NamespacesExpertPdf.PdfCreatorMergePdfMerge(array<String>[]()[][], String)
ExpertPdf PDF Creator Library
Merges the specified PDF files into a PDF file on disk.
Declaration Syntax
C#Visual BasicVisual C++
public static void Merge(
	string[] srcPdfFilePaths,
	string destFilePath
)
Public Shared Sub Merge ( 
	srcPdfFilePaths As String(),
	destFilePath As String
)
public:
static void Merge(
	array<String^>^ srcPdfFilePaths, 
	String^ destFilePath
)
Parameters
srcPdfFilePaths (array<String>[]()[][])
The PDF files to be merged.
destFilePath (String)
The path to the PDF file resulted after merge.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)