GeneralBitFlags EnumerationTerminal Works - PDF Printing.Net Library
Defines the contents of the general bit flags field for an archive entry.

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

[FlagsAttribute]
public enum GeneralBitFlags
Members

  Member nameValueDescription
Encrypted1 Bit 0 if set indicates that the file is encrypted
Method6 Bits 1 and 2 - Two bits defining the compression method (only for Method 6 Imploding and 8,9 Deflating)
Descriptor8 Bit 3 if set indicates a trailing data desciptor is appended to the entry data
ReservedPKware416 Bit 4 is reserved for use with method 8 for enhanced deflation
Patched32 Bit 5 if set indicates the file contains Pkzip compressed patched data. Requires version 2.7 or greater.
StrongEncryption64 Bit 6 if set indicates strong encryption has been used for this entry.
Unused7128 Bit 7 is currently unused
Unused8256 Bit 8 is currently unused
Unused9512 Bit 9 is currently unused
Unused101024 Bit 10 is currently unused
UnicodeText2048 Bit 11 if set indicates the filename and comment fields for this file must be encoded using UTF-8.
EnhancedCompress4096 Bit 12 is documented as being reserved by PKware for enhanced compression.
HeaderMasked8192 Bit 13 if set indicates that values in the local header are masked to hide their actual values, and the central directory is encrypted.
ReservedPkware1416384 Bit 14 is documented as being reserved for use by PKware
ReservedPkware1532768 Bit 15 is documented as being reserved for use by PKware
See Also

Reference