| Document SaveToFile Method | 
 Overload List
Overload List
 
| Name | Description | |
|---|---|---|
|   | SaveToFile(String) | 
 Saves to file in Microsoft Word format.
 | 
|   | SaveToFile(Stream, FileFormat) | 
 Saves the document into stream in Xml or Microsoft Word format.
 | 
|   | SaveToFile(String, FileFormat) | 
 Saves the document to file in Xml or Microsoft Word format.
 | 
|   | SaveToFile(String, ToPdfParameterList) | 
 Saves the document to PDF file.
 | 
|   | SaveToFile(String, FileFormat, Byte , String) | 
 Saves document to file and digitally sign, Only DOC and DOCX are supported.
 | 
|   | SaveToFile(String, FileFormat, String, String) | 
 Saves document to file and digitally sign, Only DOC and DOCX are supported.
 | 
|   | SaveToFile(String, FileFormat, HttpResponse, HttpContentType) | 
 Saves the specified file name.
 | 
 See Also
See Also