Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamReader Class / SizeUncompressedLong Property

In This Topic
    SizeUncompressedLong Property (C1ZStreamReader)
    In This Topic
    Gets the number of bytes that were compressed into the stream (uncompressed bytes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SizeUncompressedLong As Long
    public long SizeUncompressedLong {get;}
    See Also