Ionic Zip Library v1.9.1.6
CompressedSize Property
The compressed size of the file, in bytes, within the zip archive.
Declaration Syntax
Remarks
When reading a ZipFile, this value is read in from the existing
zip file. When creating or updating a ZipFile, the compressed
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