Click or drag to resize
CompressionFormat Enumeration
Format used to compress data.

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public enum CompressionFormat
Members
  Member nameValueDescription
DEFAULT0 Default value used to indicate that compression is not specified in the config.
None1 No compression.
GZip2 GZip compression.
Deflate3 Deflate compression.
See Also