| 
Document
SaveToStream 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 SaveToStream(
	Stream stream,
	FileFormat fileFormat
)
 
Public Sub SaveToStream ( 
	stream As Stream,
	fileFormat As FileFormat
)
 
public:
void SaveToStream(
	Stream^ stream, 
	FileFormat fileFormat
)
 
member SaveToStream : 
stream : Stream * 
fileFormat : FileFormat -> unit 
 
 
 
Parameters
 
- 
stream
 
- 
 Type:
 
System.IO
Stream
 
 
- 
fileFormat
 
- 
 Type:
 
Spire.Doc
FileFormat
 
 
 
 See Also
See Also