EncryptionSettings Class
In This Article
Base implementation of the EncryptionOptions interface.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public class EncryptionSettings :
EncryptionOptions,
IDisposable
#Remarks
Use the EncryptionSettings object to encrypt a document with a password on saving using the SaveDocument method overloads.
See Also