CompressionSettings Class

Settings needed for compressor or decompressor to work.
Inheritance Hierarchy

Namespace:  Aspose.Zip.Saving
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public abstract class CompressionSettings

The CompressionSettings type exposes the following members.

Constructors
  NameDescription
Protected methodCompressionSettings
Initializes a new instance of the CompressionSettings class
Properties
  NameDescription
Public propertyStatic memberBzip2
An instance of Bzip2CompressionSettings with default parameters.
Public propertyStatic memberDeflate
An instance of DeflateCompressionSettings with default parameters.
Public propertyStatic memberLzma
An instance of LzmaCompressionSettings with default parameters.
Public propertyStatic memberPPMd
An instance of PPMdCompressionSettings with default parameters.
Public propertyStatic memberStore
An instance of StoreCompressionSettings with default parameters.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also