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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Parameters
- stream Stream
- The stream to which to save a PDF document.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | stream is . |
| ArgumentException | stream is not writable. |
See Also