Click or drag to resize

PdfNewDocument Save Method (Stream)

Saves 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 override void Save(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream object where PDF document will be saved.
See Also