DocumentSave(Stream) Method

Saves this PDF document into the specified output stream.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Save(
	Stream outStream
)

Parameters

outStream  Stream
The stream where to save the PDF document.

See Also