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)

Syntax

'Declaration
Public Enumeration WdDisableFeaturesIntroducedAfter
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace