Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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