CompatibilityMode Enumeration
Specifies the compatibility mode of the output file.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Enumeration CompatibilityMode
'Usage
Dim instance As CompatibilityMode
public enum CompatibilityMode
Members
Member name | Description | |
---|---|---|
Word2003 | Convert the file to Word 97 to Word 2003 compatibility mode. | |
Word2007 | Convert the file to Word 2007 compatibility mode. | |
Word2010 | Convert the file to Word 2010 compatibility mode. | |
MaintainCurrentSetting | Maintain the current compatibility mode setting specified by the file. | |
Current | Convert the file to the most recent version. |