.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::CompressionMethod

Set to 0 for no compression, or 8 for the Deflate algorithm. The Deflate algorithm is the default algorithm of the most popular Zip utility programs, such as WinZip

  Declarations  
    [Visual Basic]
Public Property CompressionMethod As Integer

[C#]
public int CompressionMethod {get; set;}

[C++]
public: __property int get_CompressionMethod();
public: __property void set_CompressionMethod(int);

[JScript]
public function get CompressionMethod() : int;
public function set CompressionMethod(int);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.