Class DeflateCompressionSettings
DeflateCompressionSettings class
Settings for Deflate compression within a ZIP archive.
public class DeflateCompressionSettings : CompressionSettings
Constructors
| Name | Description |
|---|---|
| DeflateCompressionSettings() | Initializes a new instance of the DeflateCompressionSettings class. |
Remarks
Deflate is a lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding.
See Also
- class CompressionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip