ZipArchive.CompressionMethod Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
CompressionMethod
Gets or sets the compression method to be used by Add(String) and AddFile(String) methods.
Declaration
public CompressionMethod CompressionMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| CompressionMethod | Compression method. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The |
| ZipException | Not supported compression method by the Rebex ZIP for .NET component. |