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

In This Topic
    SizeUncompressed Property (C1ZipEntry)
    In This Topic
    Gets the original (uncompressed) size of the entry, in bytes.
    Syntax
    'Declaration
     
    Public ReadOnly Property SizeUncompressed As System.Integer
    public System.int SizeUncompressed {get;}
    See Also