Click or drag to resize

PdfDocument SaveToStream Method (Stream)

Save the document to the specified stream.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToStream(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream which default saved to the FileFormat.PDF format.
See Also