Class ArchiveLoadOptions
Contents
[
Hide
]ArchiveLoadOptions class
Options with which archive is loaded from a compressed file.
public class ArchiveLoadOptions
Constructors
Name | Description |
---|---|
ArchiveLoadOptions() | The default constructor. |
Properties
Name | Description |
---|---|
DecryptionPassword { get; set; } | Gets or sets the password to decrypt entries. |
Encoding { get; set; } | Gets or sets the encoding for entries’ names. |
EntryExtractionProgressed { get; set; } | Gets or sets the delegate invoked when some bytes have been extracted. |
EntryListed { get; set; } | Gets or sets the delegate invoked when an entry listed within table of content. |
SkipChecksumVerification { get; set; } | Get or set a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored. Default is false. |
See Also
- namespace Aspose.Zip
- assembly Aspose.Zip