Click or drag to resize

DocumentSave(Stream) Method

Saves the document into the specified stream.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public void Save(
	Stream outStream
)

Parameters

outStream  Stream
The stream where to save the PDF document.
See Also