Click or drag to resize

XlsWorkbook SaveAsImageOrXps Method (String, FileFormat)

Saves the workbook as an image or XPS file.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveAsImageOrXps(
	string fileName,
	FileFormat fileFormat
)

Parameters

fileName
Type: System String
The name of the file to save.
fileFormat
Type: Spire.Xls FileFormat
The format of the file to save as.
See Also