Enum CompressionMethod
Specifies values that indicate compression method.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum CompressionMethod
Aes
The file is compressed using AE-x Encryption marker algorithm.
Deflate
The file is Deflated.
Lzma
The file is compressed using LZMA algorithm.
Stored
The file is stored (no compression).