The ZipArchive type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comment |
Gets or sets the comment for the whole ZIP archive.
| |
CompressionLevel |
Gets or sets the compression level to be used by Add(String) and AddFile(String) methods.
Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest).
6 (medium compression and speed) is a default value.
| |
CompressionMethod |
Gets or sets the compression method to be used by Add(String) and AddFile(String) methods.
| |
DefaultLogWriter |
Gets or sets a default log writer used by all new instances of ZipArchive object.
| |
EncryptionAlgorithm |
Gets or sets the encryption algorithm to be used by Add(String) and AddFile(String) methods.
| |
FilePath |
Gets an absolute path to the ZIP archive file or a null reference
(Nothing in Visual Basic) if the path is not available.
| |
ForceManagedAes | Obsolete. | |
IsBusy |
Gets a value indicating whether there is any asynchronous operation on the current object in progress.
| |
IsDisposed |
Gets a value indicating whether the ZipArchive object is disposed.
| |
IsReadOnly |
Gets a value indicating whether the ZIP archive is only open for reading.
| |
Item |
Gets the ZipItem object that represents the specified path.
| |
LogWriter |
Gets or sets the logger used by this object.
| |
Options |
Gets the archive options object.
| |
Password |
Gets or sets a password. Null reference (Nothing in Visual Basic) means don't encrypt newly added files.
| |
SaveMode |
Gets or sets a save mode, which determines when changes are saved to the underlying stream.
|