Click or drag to resize

PdfDocumentSave Method (Stream)

Saves a PdfDocument into the supplied stream.

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

Parameters

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