OpenXmlPackage.AutoSave Property

Gets the flag indicating whether the parts should be saved on disposing.

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

Syntax

'Declaration
Public ReadOnly Property AutoSave As Boolean
    Get
'Usage
Dim instance As OpenXmlPackage
Dim value As Boolean

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

Property Value

Type: System.Boolean

See Also

Reference

OpenXmlPackage Class

OpenXmlPackage Members

DocumentFormat.OpenXml.Packaging Namespace