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 used when loading an Arj archive from a compressed file.
Aspose.Zip.Cab.CabLoadOptionsOptions used when loading an Cab archive from a compressed file.
Aspose.Zip.Gzip.GzipLoadOptionsOptions used when loading an Gzip archive from a compressed file.
Aspose.Zip.Lha.LhaLoadOptionsOptions used when loading an Lha archive from a compressed file.
Aspose.Zip.Lz4.Lz4LoadoptionsOptions used when loading an Lz4 archive from a compressed file.
Aspose.Zip.Lzip.LzipLoadOptionsOptions used when loading an Lzip archive from a compressed file.
Aspose.Zip.SevenZip.SevenZipLoadOptionsOptions used when loading an 7z archive from a compressed file.
Aspose.Zip.Wim.WimLoadOptionsOptions used when loading an Wim archive from a compressed file.
Aspose.Zip.Xz.XzLoadOptionsOptions used when loading an Xz archive 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.