ZipReaderByteProgressionEventArgs Class Properties
In This Topic
For a list of all members of this type, see ZipReaderByteProgressionEventArgs members.
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