Click or drag to resize

PdfGeneratedDocumentSave Method (Stream)

Saves the document to the specified outStream.

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	Stream outStream
)

Parameters

outStream
Type: System.IOStream
The out stream to which to save the resulting document.
See Also