EnumZipCompression
Enum
Represents the compression methods.
Definition
Namespace:Telerik.Windows.Media.Imaging.Zip
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum ZipCompression
Fields
BestSpeed
This is the fastest compression method.
Default
This is the default compression method.
Deflate64
This is the the best compression method.
Deflated
This is the the best compression method.
Method2
This is a custom compression method.
Method3
This is a custom compression method.
Method4
This is a custom compression method.
Method5
This is a custom compression method.
Method6
This is a custom compression method.
Method7
This is a custom compression method.
Stored
This is the no-compression method.