PDFMergeAppendPDFFile Method (String) |
Appends an existing PDF document
Namespace:
ExpertPdf.MergePdf
Assembly:
epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax public 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