ZipReaderByteProgressionEventArgs Class Members
In This Topic
The following tables list the members exposed by ZipReaderByteProgressionEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | BytesProcessed | Gets the number of bytes processed of the current file. |
 | Percent | Gets the percentage of the current file that has been processed. |
 | UncompressedSize | Gets the uncompressed size of the current file. |
 | ZipItemLocalHeader | Gets the local header of the item currently being processed. |
Top
See Also