Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the output file format.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Enumeration SaveFormat
'Usage
Dim instance As SaveFormat
public enum SaveFormat
Members
Member name | Description | |
---|---|---|
Automatic | Specifies that the output file format is determined automatically from the specified output location. | |
Document | Specifies that the output file is an Open XML (docx) file. | |
DocumentMacroEnabled | Specifies that the output file is a macro-enabled Open XML (docm) file. | |
Document97 | Specifies that the output file is a Word97 (doc) file. | |
Template | Specifies that the output file is an Open XML template (dotx) file. | |
TemplateMacroEnabled | Specifies that the output file is a macro-enabled Open XML template (dotm) file. | |
Template97 | Specifies that the output file is a Word97 template (dot) file. | |
MHTML | Specifies that the output file is an MHTML file. | |
Specifies that the output file is a PDF file. | ||
RTF | Specifies that the output file is an RTF file. | |
XML | Specifies that the output file is a Word XML file. | |
XPS | Specifies that the output file is an XPS file. | |
ODT | Specifies that the output file is an OpenDocument Text (ODT) file. |