ZipEntry.CompressionMethod Property

Gets/Sets the compression method. Only DEFLATED and STORED are supported.

[Visual Basic]
Public Property CompressionMethod As ICSharpCode.SharpZipLib.Zip.CompressionMethod
[C#]
public CompressionMethod CompressionMethod {get; set;}

Exceptions

Exception TypeCondition
System.ArgumentOutOfRangeException if method is not supported.

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace