Click or drag to resize
Pdf Library for .NET

PdfManagerSave(Stream) Method

Saves the pdf document to the specified stream.

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

Parameters

stream  Stream
The stream where to save the pdf document.
See Also