Click or drag to resize

PdfDocumentSave(Stream) Method

Saves the entire PDF document to the specified stream.

Use SaveOptions to specify options used for saving the PdfDocument to a PDF file.


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

Parameters

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