Ionic Zip Library v1.9.1.6
UncompressedSize Property
The size of the file, in bytes, before compression, or after extraction.
Declaration Syntax
Remarks
When reading a ZipFile, this value is read in from the existing
zip file. When creating or updating a ZipFile, the uncompressed
size is computed during compression. Therefore the value on a
ZipEntry is valid after a call to Save() (or one of its
overloads) in that case.
See Also