Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamWriter Class / SizeUncompressed Property

In This Topic
    SizeUncompressed Property (C1ZStreamWriter)
    In This Topic
    Gets the number of bytes that were compressed into the stream (uncompressed bytes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SizeUncompressed As Integer
    public int SizeUncompressed {get;}
    See Also