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)

No code example is currently available or this language may not be supported.

Member nameDescription
wdDoNotSaveChangesDo not save pending changes.
wdSaveChangesSave pending changes automatically without prompting the user.
wdPromptToSaveChangesPrompt the user to save pending changes.
Show: