SevenZipCompressionSettings Class

Settings needed for 7z 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 SevenZipCompressionSettings

The SevenZipCompressionSettings type exposes the following members.

Constructors
  NameDescription
Protected methodSevenZipCompressionSettings
Initializes a new instance of the SevenZipCompressionSettings class
Properties
  NameDescription
Public propertyMethod
Gets compression or decompression method.
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