WdSaveOptions Enum

Definition

Specifies how pending changes should be handled.

public enum class WdSaveOptions
[System.Runtime.InteropServices.Guid("E1B4A968-3072-3060-B6B7-1A1356D45CA2")]
public enum WdSaveOptions
type WdSaveOptions = 
Public Enum WdSaveOptions
Inheritance
WdSaveOptions
Attributes

Fields

wdDoNotSaveChanges 0

Do not save pending changes.

wdPromptToSaveChanges -2

Prompt the user to save pending changes.

wdSaveChanges -1

Save pending changes automatically without prompting the user.

Applies to