Browse our Products

Aspose.ZIP for .NET 25.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-763Cancel archive extraction via cancellation token.Feature
ZIPNET-1318Verify archive disposal on instance operations.Feature
ZIPNET-1303Allow to cancel zip entry extraction with event handler.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Arj.ArjLoadOptionsOptions with which ARJ archive is loaded from a compressed file.
Aspose.Zip.Cab.CabLoadOptionsOptions with which Cab archive is loaded from a compressed file.
Aspose.Zip.Gzip.GzipLoadOptionsOptions with which Gzip archive is loaded from a compressed file.
Aspose.Zip.Lha.LhaLoadOptionsOptions with which Lha archive is loaded from a compressed file.
Aspose.Zip.Lz4.Lz4LoadoptionsOptions with which Lz4 archive is loaded from a compressed file.
Aspose.Zip.Lzip.LzipLoadOptionsOptions with which Lzip archive is loaded from a compressed file.
Aspose.Zip.SevenZip.SevenZipLoadOptionsOptions with which 7z archive is loaded from a compressed file.
Aspose.Zip.Wim.WimLoadOptionsOptions with which Wim archive is loaded from a compressed file.
Aspose.Zip.Xz.XzLoadOptionsOptions with which XZ archive is loaded from a compressed file.
Aspose.Zip.ProgressCancelEventArgsClass for cancelable event data containing the number of bytes proceeded.
The following public methods and properties were added:Description
Aspose.Zip.Arj.ArjLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Bzip2.Bzip2LoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Cab.CabLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Gzip.GzipLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Gzip.GzipLoadOptions.ParseHeaderGets or sets the value indicating whether to parse stream header to figure out properties, including name.
Aspose.Zip.Iso.IsoLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Lha.LhaLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Lz4.Lz4LoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Rar.RarArchiveLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.SevenZip.SevenZipLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.SevenZip.SevenZipLoadOptions.DecryptionPasswordGets or sets the password to decrypt entries and entry names.
Aspose.Zip.Wim.WimLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Xar.XarLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.Xz.XzLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.ZStandard.ZStandardLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.ArchiveLoadOptions.CancellationTokenGets or sets a cancellation token used to cancel the extraction operation.
Aspose.Zip.ProgressCancelEventArgs.CancelGets or sets a value indicating whether the event should be canceled.