UncompressedSize Property

DotNetZip

Ionic Zip Library v1.9.1.6 UncompressedSize Property
ReferenceIonic.ZipZipEntryUncompressedSize
The size of the file, in bytes, before compression, or after extraction.
Declaration Syntax
C# Visual Basic Visual C++
public long UncompressedSize { get; }
Public ReadOnly Property UncompressedSize As Long
	Get
public:
property long long UncompressedSize {
	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 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

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