Click or drag to resize
DocumentSave Method (Stream)
Saves the document into the specified stream.

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public void Save(
	Stream outStream
)

Parameters

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