Saves the Slide to the specified file.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void SaveToFile(
string file,
FileFormat fileFormat
)
Sub SaveToFile (
file As String,
fileFormat As FileFormat
)
void SaveToFile(
String^ file,
FileFormat fileFormat
)
abstract SaveToFile :
file : string *
fileFormat : FileFormat -> unit
Parameters
-
file
-
Type:
System
String
A string that contains the path of the file to which to save this document.
-
fileFormat
-
Type:
Spire.Presentation
FileFormat
convert to fileFormat.
See Also