_Document.DisableFeaturesIntroducedAfter Property 

Disables all features introduced after a specified version of Microsoft Word in the document only.

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

Usage

Dim _Document1 As _Document

Dim returnValue As WdDisableFeaturesIntroducedAfter
returnValue = _Document1.DisableFeaturesIntroducedAfter

Dim sampleValue As WdDisableFeaturesIntroducedAfter
_Document1.DisableFeaturesIntroducedAfter = sampleValue

Syntax

Property DisableFeaturesIntroducedAfter() As WdDisableFeaturesIntroducedAfter
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfter {get; set;}
property WdDisableFeaturesIntroducedAfter^ DisableFeaturesIntroducedAfter{
    WdDisableFeaturesIntroducedAfter^ get();
    Void set(WdDisableFeaturesIntroducedAfter^);
}
public WdDisableFeaturesIntroducedAfter get_DisableFeaturesIntroducedAfter();
public void set_DisableFeaturesIntroducedAfter(WdDisableFeaturesIntroducedAfter);
function get DisableFeaturesIntroducedAfter() : WdDisableFeaturesIntroducedAfter;
function set DisableFeaturesIntroducedAfter(WdDisableFeaturesIntroducedAfter);

Remarks

The DisableFeatures property must be set to True prior to setting the DisableFeaturesIntroducedAfter property. Otherwise, the setting will not take effect and will remain at its default setting of Word 97 for Windows.

The DisableFeaturesIntroducedAfter property only affects the document for which the property is set. If you want to set a global option for the application to disable features for all documents, use the DisableFeaturesIntroducedAfterbyDefault property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

_Document Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Document Members