Click or drag to resize

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
)

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