OpenXmlPackage.CanSave Property

Definition

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

Property Value

Applies to