Click or drag to resize

IDocument SaveToFile Method

Overload List
Name Description
Public method SaveToFile(String)
Saves the document to file in Microsoft Word format.
Public method SaveToFile(Stream, FileFormat)
Saves the document to a stream in Xml or Microsoft Word format.
Public method SaveToFile(String, FileFormat)
Saves the document to file in Xml or Microsoft Word format.
Public method SaveToFile(String, FileFormat, HttpResponse, HttpContentType)
Streams the document to the client browser.
Top
See Also