ExpertPdf PDF Creator Library
Merges the specified PDF files into a PDF file on disk.

Declaration Syntax
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)