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
)
<ObsoleteAttribute("the parameter[fileFormat] is useless")>
Public Sub SaveToPdf (
fileName As String,
fileFormat As FileFormat
)
public:
[ObsoleteAttribute(L"the parameter[fileFormat] is useless")]
void SaveToPdf(
String^ fileName,
FileFormat fileFormat
)
[<ObsoleteAttribute("the parameter[fileFormat] is useless")>]
member SaveToPdf :
fileName : string *
fileFormat : FileFormat -> unit
Parameters
-
fileName
-
Type:
System
String
File name.
-
fileFormat
-
Type:
Spire.Xls
FileFormat
File Format.
See Also