Click or drag to resize

DocumentSaveToFile Method (String, FileFormat)

Saves the document to file in Xml or Microsoft Word format.

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public void SaveToFile(
	string fileName,
	FileFormat fileFormat
)

Parameters

fileName
Type: SystemString
File name
fileFormat
Type: Spire.DocFileFormat

Implements

IDocumentSaveToFile(String, FileFormat)
See Also