ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntry Class / SizeCompressedLong Property

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