Click or drag to resize

Document SaveToFile Method

Overload List
Name Description
Public method SaveToFile(String)
Saves to file in Microsoft Word format.
Public method SaveToFile(Stream, FileFormat)
Saves the document into 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, ToPdfParameterList)
Saves the document to PDF file.
Public method SaveToFile(String, FileFormat, Byte , String)
Saves document to file and digitally sign, Only DOC and DOCX are supported.
Public method SaveToFile(String, FileFormat, String, String)
Saves document to file and digitally sign, Only DOC and DOCX are supported.
Public method SaveToFile(String, FileFormat, HttpResponse, HttpContentType)
Saves the specified file name.
Top
See Also