Click or drag to resize

IDocument SaveToFile Method (Stream, FileFormat)

Saves the document to a stream in Xml or Microsoft Word format.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void SaveToFile(
	Stream stream,
	FileFormat fileFormat
)

Parameters

stream
Type: System.IO Stream
fileFormat
Type: Spire.Doc FileFormat
See Also