ArchiveEntrySettings Class

Settings used to compress or decompress entries.
Inheritance Hierarchy
SystemObject
  Aspose.Zip.SavingArchiveEntrySettings

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

The ArchiveEntrySettings type exposes the following members.

Constructors
  NameDescription
Public methodArchiveEntrySettings
Initializes a new instance of the ArchiveEntrySettings class.
Properties
  NameDescription
Public propertyCompressionSettings
Gets settings for compression or decompression routine.
Public propertyEncryptionSettings
Gets settings for encryption or decryption. Settings of particular entry may vary.
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