Strategy Property

DotNetZip

Ionic Zip Library v1.9.1.6 Strategy Property
ReferenceIonic.ZipZipFileStrategy
The compression strategy to use for all entries.
Declaration Syntax
C# Visual Basic Visual C++
public CompressionStrategy Strategy { get; set; }
Public Property Strategy As CompressionStrategy
	Get
	Set
public:
property CompressionStrategy Strategy {
	CompressionStrategy get ();
	void set (CompressionStrategy value);
}
Remarks
Set the Strategy used by the ZLIB-compatible compressor, when compressing entries using the DEFLATE method. Different compression strategies work better on different sorts of data. The strategy parameter can affect the compression ratio and the speed of compression but not the correctness of the compresssion. For more information see Ionic.Zlib.CompressionStrategy.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)