Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipItem.UncompressedSize Property

Obtains the size of uncompressed data in the zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public long UncompressedSize { get; }

Property Value

Type Description
Int64

An integer that is the size of uncompressed data in bytes.

See Also