Click or drag to resize

PdfDocument.Save Method (Stream)

Saves a PdfDocument into the supplied stream.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void Save(
	Stream stm
)

Parameters

stm
Type: System.IO.Stream
A non-null stream to which to save the resulting document.
See Also