PdfMergerAppend(String) Method |
Appends all pages from a PDF document loaded from a file with the the specified path and with the
Default options.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntaxpublic PdfMerger Append(
string path
)
Public Function Append (
path As String
) As PdfMerger
Parameters
- path String
- The path to a file from which to load a PDF document.
Return Value
PdfMergerA reference to this
PdfMerger instance.
Exceptions
See Also