Options.AllowFastSave Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AllowFastSave As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.AllowFastSave

instance.AllowFastSave = value
bool AllowFastSave { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace