PDFMergeAppendPDFFile Method (String) |
Appends an existing PDF document
Namespace: ExpertPdf.MergePdfAssembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntaxpublic void AppendPDFFile(
string pdfFileFullPath
)
Public Sub AppendPDFFile (
pdfFileFullPath As String
)
Parameters
- pdfFileFullPath
- Type: SystemString
The full file path of the existing PDF document
See Also