Click or drag to resize
Pdf Library for .NET

PdfManagerSave Method (Stream)

Saves the pdf document to the specified stream.

Namespace:  SelectPdf.Extras
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public virtual void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream where to save the pdf document.
See Also