Click or drag to resize

PdfDocumentSave(Stream, SaveOptions) Method

Saves the entire PDF document to the specified stream.


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

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
ExceptionCondition
ArgumentNullExceptionstream is .
ArgumentNullExceptionoptions is .
See Also