OpenSettings.AutoSave Property

Gets/Sets the value on whether to autosave the modification on the document. Default is true.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property AutoSave As Boolean
    Get
    Set
'Usage
Dim instance As OpenSettings
Dim value As Boolean

value = instance.AutoSave

instance.AutoSave = value
public bool AutoSave { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

OpenSettings Class

OpenSettings Members

DocumentFormat.OpenXml.Packaging Namespace