Click or drag to resize

PdfMergerSave(Stream) Method

Saves the resulting PDF document to the specified stream.


Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public void Save(
	Stream stream
)

Parameters

stream  Stream
The stream to which to save a resulting PDF document.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is .
ArgumentExceptionstream is not writable.
See Also