Saves this PDF document into the specified output stream.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Save(
	Stream outStream
)
Visual Basic
Public Sub Save ( 
	outStream As Stream
)
Visual C++
public:
void Save(
	Stream^ outStream
)

Parameters

outStream
Type: System.IO..::..Stream
The stream where to save the PDF document.

See Also