Save the document to the specified stream.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SaveToStream(
	Stream stream
)
Public Sub SaveToStream ( 
	stream As Stream
)
public:
void SaveToStream(
	Stream^ stream
)
member SaveToStream : 
        stream : Stream -> unit 

Parameters

stream
Stream
The stream which default saved to the FileFormat.PDF format.

See Also