Document.DisableFeaturesIntroducedAfter Property

Gets or sets a value that determines whether all features introduced after a specified version of Microsoft Office Word are disabled in the document only.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property DisableFeaturesIntroducedAfter As WdDisableFeaturesIntroducedAfter
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfter { get; set; }

Property Value

Type: WdDisableFeaturesIntroducedAfter
One of the WdDisableFeaturesIntroducedAfter values.

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.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace