Gets/Sets the size of the uncompressed data.
[Visual Basic]
Public Property Size As Long
[C#]
public long Size {get; set;}
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentOutOfRangeException | if size is not in 0..0xffffffffL |
See Also
ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace