Discuss this help topic in SecureBlackbox Forum
Set compression algorithm
To specify archive compression algorithm and compression level you need to use CompressionAlgorithm and CompressionLevel properties.
Example:
ZipWriter = new TElZipWriter(); ZipWriter.CompressionAlgorithm = SBZipUtils.Unit.ZIP_COMPRESSION_DEFLATE; ZipWriter.CompressionLevel = 1;