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) Version: 5.2.0.0 (5.2.0.0)