ZipCompression
Enum
Represents the compression methods.
Definition
Namespace:Telerik.Windows.Media.Imaging.Zip
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ZipCompression
Fields
This is the fastest compression method.
C#
BestSpeed = 1
This is the default compression method.
C#
Default = -1
This is the the best compression method.
C#
Deflate64 = 9
This is the the best compression method.
C#
Deflated = 8
This is a custom compression method.
C#
Method2 = 2
This is a custom compression method.
C#
Method3 = 3
This is a custom compression method.
C#
Method4 = 4
This is a custom compression method.
C#
Method5 = 5
This is a custom compression method.
C#
Method6 = 6
This is a custom compression method.
C#
Method7 = 7
This is the no-compression method.
C#
Stored = 0