SizeUncompressedLong Property (C1ZipEntry)
In This Topic
Gets the original (uncompressed) size of the entry, in bytes, as a long integer.
Syntax
'Declaration
Public ReadOnly Property SizeUncompressedLong As Long
public long SizeUncompressedLong {get;}
See Also