Back to Devexpress

XlEncryptionType Enum

corelibraries-devexpress-dot-xtraprinting-44cb1d91.md

latest1.3 KB
Original Source

XlEncryptionType Enum

Lists the supported encryption types.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum XlEncryptionType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum XlEncryptionType

Members

NameDescription
Compatible

Applies the Standard Encryption mechanism that is compatible with Excel 2007.

| | Strong |

Applies the Agile Encryption mechanism.

|

The following properties accept/return XlEncryptionType values:

Remarks

An XlEncryptionType enumeration value is returned by the XlEncryptionOptions.Type property.

See Also

Type

DevExpress.XtraPrinting Namespace