DocumentBase.DisableFeatures Property

Definition

Gets or sets a value that indicates whether 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

true if all features introduced after the version specified in the DisableFeaturesIntroducedAfter property are disabled; otherwise, false.

Remarks

This 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 Office Word, so you do not introduce 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