WdDisableFeaturesIntroducedAfter Enumeration 

Specifies the version of Microsoft Word for which to disable all features introduced after that version. Applies only to the document for which the property is set when used with the DisableFeaturesIntroducedAfter property or for all documents when used with the DisableFeaturesIntroducedAfterbyDefault property.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdDisableFeaturesIntroducedAfter1 As WdDisableFeaturesIntroducedAfter = WdDisableFeaturesIntroducedAfter.wd70

Syntax

Public Enum WdDisableFeaturesIntroducedAfter
public enum WdDisableFeaturesIntroducedAfter
public enum class WdDisableFeaturesIntroducedAfter
public enum WdDisableFeaturesIntroducedAfter
public enum WdDisableFeaturesIntroducedAfter

Members

Member name Description
wd70 Specifies Word for Windows 95, versions 7.0 and 7.0a.
wd70FE Specifies Word for Windows 95, versions 7.0 and 7.0a, Asian edition.
wd80 Specifies Word 97 for Windows. Default.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace