DocumentSave(Stream) Method

Saves this PDF document into the specified output stream.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void Save(
	Stream outStream
)

Parameters

outStream  Stream
The stream where to save the PDF document.

See Also