StoreCompressionSettings Class

Settings for Store compression method.
Inheritance Hierarchy

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

The StoreCompressionSettings type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleStoreCompressionSettings
Initializes a new instance of the StoreCompressionSettings class.
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.)
Remarks
This method stores original data as it is.
See Also