XlEncryptionType Enum
In This Article
Lists the supported encryption types.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Compatible
|
Applies the Standard Encryption mechanism that is compatible with Excel 2007. |
Strong
|
Applies the Agile Encryption mechanism. |
#Related API Members
The following properties accept/return XlEncryptionType values:
#Remarks
An XlEncryptionType enumeration value is returned by the XlEncryptionOptions.Type property.
See Also