Options.AllowFastSave Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.