CompressionMethod EnumerationTerminal Works - PDF Printing.Net Library
The kind of compression used for an entry in an archive

Namespace: PdfEdit.SharpZipLib.Zip
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum CompressionMethod
Members

  Member nameValueDescription
Stored0 A direct copy of the file contents is held in the archive
Deflated8 Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees
Deflate649 An extension to deflate with a 64KB window. Not supported by #Zip currently
BZip211 BZip2 compression. Not supported by #Zip.
WinZipAES99 WinZip special for AES encryption, Now supported by #Zip.
See Also

Reference