Xceed Zip Compression Library Documentation
CompressedSize property (Xceed Zip Item object)
Xceed Zip control reference > Collection objects > XceedZipItem object > CompressedSize property (Xceed Zip Item object)

Object

XceedZipItem

Description

The file's compressed size in bytes. When using the 64-bit version of events or the 64-bit version of the GetZipFileInformation method, this property represents the 32 low-order bits of the file's compressed size.

Data type

Long

Declaration (DLL API)

An xcdListingFileParams structure is obtained when using the DLL API. The lCompressedSize member of that structure contains the same value as this property would.