_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)

Syntax

'Declaration
Property DisableFeaturesIntroducedAfter As WdDisableFeaturesIntroducedAfter
    Get
    Set
'Usage
Dim instance As _Document
Dim value As WdDisableFeaturesIntroducedAfter

value = instance.DisableFeaturesIntroducedAfter

instance.DisableFeaturesIntroducedAfter = value
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfter { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.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.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace