Click or drag to resize

PdfDocumentSave Method (Stream, PdfSaveOptions)

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,
	PdfSaveOptions saveOptions
)

Parameters

stm
Type: System.IOStream
A non-null stream to which to save the resulting document.
saveOptions
Type: Atalasoft.PdfDocPdfSaveOptions
Options for saving the Pdf document. This parameter may be .
See Also