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
)
Public Sub SaveAsImageOrXps (
fileName As String,
fileFormat As FileFormat
)
public:
void SaveAsImageOrXps(
String^ fileName,
FileFormat fileFormat
)
member SaveAsImageOrXps :
fileName : string *
fileFormat : FileFormat -> unit
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