Click or drag to resize

XlsWorkbook SaveToPdf Method (Stream)

Saves the workbook to a PDF file using the specified stream.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToPdf(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream to save the PDF file to.
See Also