Click or drag to resize

XlsWorksheet SaveToPdf Method (String, FileFormat)

Note: This API is now obsolete.

Save worksheet to pdf.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the parameter[fileFormat] is useless")]
public void SaveToPdf(
	string fileName,
	FileFormat fileFormat
)

Parameters

fileName
Type: System String
File name.
fileFormat
Type: Spire.Xls FileFormat
File Format.
See Also