EVO HTML to PDF Converter

DocumentSave Method (Stream)

EVO HTML to PDF Converter for .NET Documentation
Saves this PDF document into the specified output stream.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void Save(
	Stream outStream
)

Parameters

outStream
Type: System.IOStream
The stream where to save the PDF document.
See Also

Reference