PdfMergerSave(Stream) Method |
Saves the resulting PDF document to the specified stream.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Parameters
- stream Stream
- The stream to which to save a resulting PDF document.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | stream is . |
| ArgumentException | stream is not writable. |
See Also