ArchiveLoadOptions Class

Options with which archive is loaded from compressed file.
Inheritance Hierarchy
SystemObject
  Aspose.ZipArchiveLoadOptions

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

The ArchiveLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodArchiveLoadOptions
Initializes a new instance of the ArchiveLoadOptions class
Properties
  NameDescription
Public propertyCode exampleDecryptionPassword
Gets or sets the password to decrypt entries.
Public propertyCode exampleEntryExtractionProgressed
Gets or sets the delegate invoked when some bytes have been extracted.
Public propertyCode exampleEntryListed
Gets or sets the delegate invoked when an entry listed within table of content.
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