Stream to save Doc document

Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SaveToFile(
	Stream stream,
	FileFormat fileFormat
)
Public Sub SaveToFile ( 
	stream As Stream,
	fileFormat As FileFormat
)
public:
void SaveToFile(
	Stream^ stream, 
	FileFormat fileFormat
)
member SaveToFile : 
        stream : Stream * 
        fileFormat : FileFormat -> unit 

Parameters

stream
Stream
fileFormat
FileFormat

See Also