CompressedSize Property

DotNetZip

Ionic Zip Library v1.9.1.6 CompressedSize Property
ReferenceIonic.ZipZipEntryCompressedSize
The compressed size of the file, in bytes, within the zip archive.
Declaration Syntax
C# Visual Basic Visual C++
public long CompressedSize { get; }
Public ReadOnly Property CompressedSize As Long
	Get
public:
property long long CompressedSize {
	long long get ();
}
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

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)