Click or drag to resize
Pdf Library for .NET

PdfDocumentSave(Stream) Method

Saves the pdf document to the specified stream.

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

Parameters

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