| 
Document
SaveToFile Method (Stream, FileFormat)
  | 
 Saves the document into stream in Xml or Microsoft Word format.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void SaveToFile(
	Stream stream,
	FileFormat fileFormat
)
 
Public Sub SaveToFile ( 
	stream As Stream,
	fileFormat As FileFormat
)
 
public:
virtual void SaveToFile(
	Stream^ stream, 
	FileFormat fileFormat
) sealed
 
abstract SaveToFile : 
stream : Stream * 
fileFormat : FileFormat -> unit 
override SaveToFile : 
stream : Stream * 
fileFormat : FileFormat -> unit 
 
 
 
Parameters
 
- 
stream
 
- 
 Type:
 
System.IO
Stream
 
 
- 
fileFormat
 
- 
 Type:
 
Spire.Doc
FileFormat
 
 
Implements
 
IDocument
SaveToFile(Stream, FileFormat)
 
 
 See Also
See Also