Presentation
SaveToFile Method (String, FileFormat)
|
Saves the document to the specified file.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override void SaveToFile(
string file,
FileFormat fileFormat
)
Public Overrides Sub SaveToFile (
file As String,
fileFormat As FileFormat
)
public:
virtual void SaveToFile(
String^ file,
FileFormat fileFormat
) override
abstract SaveToFile :
file : string *
fileFormat : FileFormat -> unit
override 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