Winnovative PDF Creator Library for .NET
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:
Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)