ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / SizeCompressed Property

In This Topic
    SizeCompressed Property (C1ZStreamWriter)
    In This Topic
    Gets the number of bytes in the stream (compressed bytes).
    Syntax
    'Declaration
     
    Public ReadOnly Property SizeCompressed As System.Integer
    public System.int SizeCompressed {get;}
    See Also