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
data for the entries in the zip archive. 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 CompressionStrategy.