PdfDocumentSave(Stream, SaveOptions) Method |
Saves the entire PDF document to the specified stream.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Save(
Stream stream,
SaveOptions options
)
Public Sub Save (
stream As Stream,
options As SaveOptions
)
Parameters
- stream Stream
- The stream to which to save a PDF document.
- options SaveOptions
- The saving options which can be used to define settings for save operation.
Exceptions
See Also