WdCompatibilityMode Enumeration

Specifies the compatibility mode that Word 2010 uses when opening a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdCompatibilityMode
'Usage
Dim instance As WdCompatibilityMode
public enum WdCompatibilityMode

Members

Member name Description
wdWord2003 Word 2010 is put into a mode that is most compatible with Word 2003. Features new to Word 2010 are disabled in this mode.
wdWord2007 Word 2010 is put into a mode that is most compatible with Word 2007. Features new to Word 2010are disabled in this mode.
wdWord2010 Default. All Word 2010 features are enabled.
wdCurrent Compatibility mode equivalent to the latest version of Word.

See Also

Reference

Microsoft.Office.Interop.Word Namespace