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, List<(Of <<'(String>)>>)) | Obsolete.
Embedding fonts to PDF document.
|
| SaveToFile(String, FileFormat, array<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.
|