Skip to main content

XlEncryptionType Enum

Lists the supported encryption types.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[ResourceFinder(typeof(ResFinder))]
public enum XlEncryptionType

#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