Skip to main content
A newer version of this page is available. .

XlEncryptionType Enum

Lists the supported encryption types.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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