_Document.DisableFeatures Property

Definition

Determines if all features introduced after the version specified in the DisableFeaturesIntroducedAfter property are disabled.

public:
 property bool DisableFeatures { bool get(); void set(bool value); };
public bool DisableFeatures { get; set; }
member this.DisableFeatures : bool with get, set
Public Property DisableFeatures As Boolean

Property Value

Remarks

This property returns True if all features introduced after the version specified in the DisableFeaturesIntroducedAfter property are disabled, and False if they are enabled.

The DisableFeatures property only affects the document for which you set the property. Use this property if you plan on sharing a document between users with earlier versions of Microsoft Word, so you don't end up introducing into a document features that are not available in their versions of Word.

Use the DisableFeaturesbyDefault property to disable in all documents features introduced after a specified version.

Applies to