OpenXmlPackage.CanSave Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether saving the package is supported by calling Save(). Some platforms (such as .NET Core), have limited support for saving.
If false
, in order to save, the document and/or package needs to be fully closed and disposed and then reopened.
public static bool CanSave { get; }
public bool CanSave { get; }
static member CanSave : bool
member this.CanSave : bool
Public Shared ReadOnly Property CanSave As Boolean
Public ReadOnly Property CanSave As Boolean