Enum ZipCompression
Represents the compression methods.
Namespace: Telerik.WinForms.Spreadsheet.Zip
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public enum ZipCompression
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.