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