Click or drag to resize

DocumentSave(Stream) Method

Saves the document into the specified stream.

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

Parameters

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