WdSaveOptions Enumeration

Specifies how pending changes should be handled.

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

Syntax

'Declaration
Public Enumeration WdSaveOptions
'Usage
Dim instance As WdSaveOptions
public enum WdSaveOptions

Members

Member name Description
wdDoNotSaveChanges Do not save pending changes.
wdSaveChanges Save pending changes automatically without prompting the user.
wdPromptToSaveChanges Prompt the user to save pending changes.

See Also

Reference

Microsoft.Office.Interop.Word Namespace