Options.AllowFastSave Property

Definition

True if Microsoft Word saves only changes to a document. When reopening the document, Word uses the saved changes to reconstruct the document.

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

Property Value

Remarks

The AllowFastSave and CreateBackup properties cannot be set to True concurrently.

Applies to