The kind of compression used for an entry in an archive
Namespace: PdfEdit.SharpZipLib.Zip
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Stored | 0 | A direct copy of the file contents is held in the archive | |
Deflated | 8 | Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees | |
Deflate64 | 9 | An extension to deflate with a 64KB window. Not supported by #Zip currently | |
BZip2 | 11 | BZip2 compression. Not supported by #Zip. | |
WinZipAES | 99 | WinZip special for AES encryption, Now supported by #Zip. |
See Also